Html Css Color HEX #4B5A1C Verdun Green

📋 copy color: '#4B5A1C'

red 75 ◦ green 90 ◦ blue 28

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

Shades of Verdun Green #4B5A1C

Tints of Verdun Green #4B5A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.63%

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

R = 38.86%
G = 46.63%
B = 14.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#4B5A1C (or 0x4B5A1C) is known color: Verdun Green. HEX triplet: 4B, 5A and 1C. RGB value is (75,90,28). Sum of RGB (Red+Green+Blue) = 75+90+28=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A1C is #B4A5E3. Grayscale: #4E4E4E. Windows color (decimal): -11838948 or 1858123. OLE color: 1858123.

HSL color Cylindrical-coordinate representation of color #4B5A1C: hue angle of 74.52º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B5A1C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 90 28 -
CMYK 0.17 0 0.69 0.65
HSL 74.52º 0.53% 0.23% -
HSV(B) 74.52º 0.69% 0.35% -
XYZ 6.77 8.89 2.46 -
YUV 78.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 75 90 28 0.17 0 0.69 0.65 74.52 0.53 0.23
Hex 4B 5A 1C 11 0 45 41 4B 35 17
Octal 113 132 34 21 0 105 101 113 65 27
Binary 1001011 1011010 11100 10001 0 1000101 1000001 1001011 110101 10111

Color Harmonies of #4B5A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5A1C

Black with #4B5A1C

Text Example


Text Example

White with #4B5A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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