Html Css Color HEX #4B5A00 Verdun Green

📋 copy color: '#4B5A00'

red 75 ◦ green 90 ◦ blue 0

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

Shades of Verdun Green #4B5A00

Tints of Verdun Green #4B5A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.45%
G = 54.55%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#4B5A00 (or 0x4B5A00) is known color: Verdun Green. HEX triplet: 4B, 5A and 00. RGB value is (75,90,0). Sum of RGB (Red+Green+Blue) = 75+90+0=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5A00 is #B4A5FF. Grayscale: #4B4B4B. Windows color (decimal): -11838976 or 23115. OLE color: 23115.

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

Color convert

RGB 75 90 0 -
CMYK 0.17 0 1 0.65
HSL 70º 1% 0.18% -
HSV(B) 70º 1% 0.35% -
XYZ 6.56 8.81 1.35 -
YUV 75.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 75 90 0 0.17 0 1 0.65 70 1 0.18
Hex 4B 5A 0 11 0 64 41 46 64 12
Octal 113 132 0 21 0 144 101 106 144 22
Binary 1001011 1011010 0 10001 0 1100100 1000001 1000110 1100100 10010

Color Harmonies of #4B5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5A00

Black with #4B5A00

Text Example


Text Example

White with #4B5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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