Html Css Color HEX #4B601C Verdun Green

📋 copy color: '#4B601C'

red 75 ◦ green 96 ◦ blue 28

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

Shades of Verdun Green #4B601C

Tints of Verdun Green #4B601C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 37.69%
G = 48.24%
B = 14.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#4B601C (or 0x4B601C) is known color: Verdun Green. HEX triplet: 4B, 60 and 1C. RGB value is (75,96,28). Sum of RGB (Red+Green+Blue) = 75+96+28=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #4B601C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B601C is #B49FE3. Grayscale: #525252. Windows color (decimal): -11837412 or 1859659. OLE color: 1859659.

HSL color Cylindrical-coordinate representation of color #4B601C: hue angle of 78.53º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B601C is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 96 28 -
CMYK 0.22 0 0.71 0.62
HSL 78.53º 0.55% 0.24% -
HSV(B) 78.53º 0.71% 0.38% -
XYZ 7.29 9.95 2.63 -
YUV 81.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 75 96 28 0.22 0 0.71 0.62 78.53 0.55 0.24
Hex 4B 60 1C 16 0 47 3E 4F 37 18
Octal 113 140 34 26 0 107 76 117 67 30
Binary 1001011 1100000 11100 10110 0 1000111 111110 1001111 110111 11000

Color Harmonies of #4B601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B601C

Black with #4B601C

Text Example


Text Example

White with #4B601C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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