Html Css Color HEX #3C600B Verdun Green

📋 copy color: '#3C600B'

red 60 ◦ green 96 ◦ blue 11

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

Shades of Verdun Green #3C600B

Tints of Verdun Green #3C600B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

 BLUE value IS 11 (4.69% from 255) = 6.59%

R = 35.93%
G = 57.49%
B = 6.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#3C600B (or 0x3C600B) is known color: Verdun Green. HEX triplet: 3C, 60 and 0B. RGB value is (60,96,11). Sum of RGB (Red+Green+Blue) = 60+96+11=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #3C600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C600B is #C39FF4. Grayscale: #4B4B4B. Windows color (decimal): -12820469 or 745532. OLE color: 745532.

HSL color Cylindrical-coordinate representation of color #3C600B: hue angle of 85.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C600B is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 11 -
CMYK 0.38 0 0.89 0.62
HSL 85.41º 0.79% 0.21% -
HSV(B) 85.41º 0.89% 0.38% -
XYZ 6.11 9.35 1.8 -
YUV 75.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 60 96 11 0.38 0 0.89 0.62 85.41 0.79 0.21
Hex 3C 60 B 26 0 59 3E 55 4F 15
Octal 74 140 13 46 0 131 76 125 117 25
Binary 111100 1100000 1011 100110 0 1011001 111110 1010101 1001111 10101

Color Harmonies of #3C600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C600B

Black with #3C600B

Text Example


Text Example

White with #3C600B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,11); }

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

background-color css

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

 a { background-color: rgb(60,96,11); }

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

border-color css

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

 span { border-color: rgb(60,96,11); }

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