Html Css Color HEX #4B6204 Verdun Green

📋 copy color: '#4B6204'

red 75 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #4B6204

Tints of Verdun Green #4B6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.37%

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 42.37%
G = 55.37%
B = 2.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#4B6204 (or 0x4B6204) is known color: Verdun Green. HEX triplet: 4B, 62 and 04. RGB value is (75,98,4). Sum of RGB (Red+Green+Blue) = 75+98+4=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6204 is #B49DFB. Grayscale: #505050. Windows color (decimal): -11836924 or 287307. OLE color: 287307.

HSL color Cylindrical-coordinate representation of color #4B6204: hue angle of 74.68º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B6204 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 98 4 -
CMYK 0.23 0 0.96 0.62
HSL 74.68º 0.92% 0.2% -
HSV(B) 74.68º 0.96% 0.38% -
XYZ 7.29 10.24 1.71 -
YUV 80.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 75 98 4 0.23 0 0.96 0.62 74.68 0.92 0.2
Hex 4B 62 4 17 0 60 3E 4B 5C 14
Octal 113 142 4 27 0 140 76 113 134 24
Binary 1001011 1100010 100 10111 0 1100000 111110 1001011 1011100 10100

Color Harmonies of #4B6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6204

Black with #4B6204

Text Example


Text Example

White with #4B6204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,98,4); }

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

background-color css

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

 a { background-color: rgb(75,98,4); }

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

border-color css

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

 span { border-color: rgb(75,98,4); }

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