Html Css Color HEX #3F7865 Viridian

📋 copy color: '#3F7865'

red 63 ◦ green 120 ◦ blue 101

#3F7865
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #3F7865

Tints of Viridian #3F7865

RGB

 RED value IS 63 (25% from 255) = 22.18%

 GREEN value IS 120 (47.27% from 255) = 42.25%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 22.18%
G = 42.25%
B = 35.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3F7865 (or 0x3F7865) is known color: Viridian. HEX triplet: 3F, 78 and 65. RGB value is (63,120,101). Sum of RGB (Red+Green+Blue) = 63+120+101=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7865 is #C0879A. Grayscale: #646464. Windows color (decimal): -12617627 or 6649919. OLE color: 6649919.

HSL color Cylindrical-coordinate representation of color #3F7865: hue angle of 160º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7865 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 120 101 -
CMYK 0.48 0 0.16 0.53
HSL 160º 0.31% 0.36% -
HSV(B) 160º 0.48% 0.47% -
XYZ 11.12 15.43 14.7 -
YUV 100.79 128.12 101.04 -
System Red Green Blue C M Y K H S L
Decimal 63 120 101 0.48 0 0.16 0.53 160 0.31 0.36
Hex 3F 78 65 30 0 10 35 A0 1F 24
Octal 77 170 145 60 0 20 65 240 37 44
Binary 111111 1111000 1100101 110000 0 10000 110101 10100000 11111 100100

Color Harmonies of #3F7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7865

Black with #3F7865

Text Example


Text Example

White with #3F7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F7865; }

 p { color: rgb(63,120,101); }

 H1.HeaderClassName
 {
   color: #3F7865;
 }
 .AnyTagClassName
 {
   color: #3F7865;
 }
</style>

background-color css

<style>
 a { background-color: #3F7865; }

 a { background-color: rgb(63,120,101); }

 div.DivClassName
 {
   background-color: #3F7865;
 }
 .BgClassName
 {
   background-color: #3F7865;
 }
</style>

border-color css

<style>
 span { border-color: #3F7865; }

 span { border-color: rgb(63,120,101); }

 td.TdClassName
 {
   border-color: #3F7865;
 }
 .TagClassName
 {
   border-color: #3F7865;
 }
</style>