Html Css Color HEX #3C4B08 Verdun Green

📋 copy color: '#3C4B08'

red 60 ◦ green 75 ◦ blue 8

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

Shades of Verdun Green #3C4B08

Tints of Verdun Green #3C4B08

RGB

 RED value IS 60 (23.83% from 255) = 41.96%

 GREEN value IS 75 (29.69% from 255) = 52.45%

 BLUE value IS 8 (3.52% from 255) = 5.59%

R = 41.96%
G = 52.45%
B = 5.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#3C4B08 (or 0x3C4B08) is known color: Verdun Green. HEX triplet: 3C, 4B and 08. RGB value is (60,75,8). Sum of RGB (Red+Green+Blue) = 60+75+8=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4B08 is #C3B4F7. Grayscale: #3F3F3F. Windows color (decimal): -12825848 or 543548. OLE color: 543548.

HSL color Cylindrical-coordinate representation of color #3C4B08: hue angle of 73.43º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C4B08 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 75 8 -
CMYK 0.20 0 0.89 0.71
HSL 73.43º 0.81% 0.16% -
HSV(B) 73.43º 0.89% 0.29% -
XYZ 4.42 6.01 1.16 -
YUV 62.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 60 75 8 0.20 0 0.89 0.71 73.43 0.81 0.16
Hex 3C 4B 8 14 0 59 47 49 51 10
Octal 74 113 10 24 0 131 107 111 121 20
Binary 111100 1001011 1000 10100 0 1011001 1000111 1001001 1010001 10000

Color Harmonies of #3C4B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B08

Black with #3C4B08

Text Example


Text Example

White with #3C4B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,75,8); }

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

background-color css

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

 a { background-color: rgb(60,75,8); }

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

border-color css

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

 span { border-color: rgb(60,75,8); }

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