Html Css Color HEX #4B600B Verdun Green

📋 copy color: '#4B600B'

red 75 ◦ green 96 ◦ blue 11

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

Shades of Verdun Green #4B600B

Tints of Verdun Green #4B600B

RGB

 RED value IS 75 (29.69% from 255) = 41.21%

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

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

R = 41.21%
G = 52.75%
B = 6.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#4B600B (or 0x4B600B) is known color: Verdun Green. HEX triplet: 4B, 60 and 0B. RGB value is (75,96,11). Sum of RGB (Red+Green+Blue) = 75+96+11=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #4B600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B600B is #B49FF4. Grayscale: #505050. Windows color (decimal): -11837429 or 745547. OLE color: 745547.

HSL color Cylindrical-coordinate representation of color #4B600B: hue angle of 74.82º 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 #4B600B is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 96 11 -
CMYK 0.22 0 0.89 0.62
HSL 74.82º 0.79% 0.21% -
HSV(B) 74.82º 0.89% 0.38% -
XYZ 7.14 9.89 1.85 -
YUV 80.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 75 96 11 0.22 0 0.89 0.62 74.82 0.79 0.21
Hex 4B 60 B 16 0 59 3E 4B 4F 15
Octal 113 140 13 26 0 131 76 113 117 25
Binary 1001011 1100000 1011 10110 0 1011001 111110 1001011 1001111 10101

Color Harmonies of #4B600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B600B

Black with #4B600B

Text Example


Text Example

White with #4B600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B600B; }

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

 H1.HeaderClassName
 {
   color: #4B600B;
 }
 .AnyTagClassName
 {
   color: #4B600B;
 }
</style>

background-color css

<style>
 a { background-color: #4B600B; }

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

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

border-color css

<style>
 span { border-color: #4B600B; }

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

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