Html Css Color HEX #3F7667 Viridian

📋 copy color: '#3F7667'

red 63 ◦ green 118 ◦ blue 103

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

Shades of Viridian #3F7667

Tints of Viridian #3F7667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 22.18%
G = 41.55%
B = 36.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#3F7667 (or 0x3F7667) is known color: Viridian. HEX triplet: 3F, 76 and 67. RGB value is (63,118,103). Sum of RGB (Red+Green+Blue) = 63+118+103=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7667 is #C08998. Grayscale: #636363. Windows color (decimal): -12618137 or 6780479. OLE color: 6780479.

HSL color Cylindrical-coordinate representation of color #3F7667: hue angle of 163.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7667 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 103 -
CMYK 0.47 0 0.13 0.54
HSL 163.64º 0.3% 0.35% -
HSV(B) 163.64º 0.47% 0.46% -
XYZ 10.98 14.99 15.15 -
YUV 99.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 63 118 103 0.47 0 0.13 0.54 163.64 0.3 0.35
Hex 3F 76 67 2F 0 D 36 A4 1E 23
Octal 77 166 147 57 0 15 66 244 36 43
Binary 111111 1110110 1100111 101111 0 1101 110110 10100100 11110 100011

Color Harmonies of #3F7667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7667

Black with #3F7667

Text Example


Text Example

White with #3F7667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,103); }

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

background-color css

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

 a { background-color: rgb(63,118,103); }

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

border-color css

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

 span { border-color: rgb(63,118,103); }

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