Html Css Color HEX #4B7302 Verdun Green

📋 copy color: '#4B7302'

red 75 ◦ green 115 ◦ blue 2

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

Shades of Verdun Green #4B7302

Tints of Verdun Green #4B7302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.9%

 BLUE value IS 2 (1.17% from 255) = 1.04%

R = 39.06%
G = 59.9%
B = 1.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#4B7302 (or 0x4B7302) is known color: Verdun Green. HEX triplet: 4B, 73 and 02. RGB value is (75,115,2). Sum of RGB (Red+Green+Blue) = 75+115+2=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7302 is #B48CFD. Grayscale: #5A5A5A. Windows color (decimal): -11832574 or 160587. OLE color: 160587.

HSL color Cylindrical-coordinate representation of color #4B7302: hue angle of 81.24º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B7302 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 115 2 -
CMYK 0.35 0 0.98 0.55
HSL 81.24º 0.97% 0.23% -
HSV(B) 81.24º 0.98% 0.45% -
XYZ 9.04 13.76 2.24 -
YUV 90.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 75 115 2 0.35 0 0.98 0.55 81.24 0.97 0.23
Hex 4B 73 2 23 0 62 37 51 61 17
Octal 113 163 2 43 0 142 67 121 141 27
Binary 1001011 1110011 10 100011 0 1100010 110111 1010001 1100001 10111

Color Harmonies of #4B7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7302

Black with #4B7302

Text Example


Text Example

White with #4B7302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,115,2); }

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

background-color css

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

 a { background-color: rgb(75,115,2); }

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

border-color css

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

 span { border-color: rgb(75,115,2); }

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