Html Css Color HEX #4B5304 Verdun Green

📋 copy color: '#4B5304'

red 75 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #4B5304

Tints of Verdun Green #4B5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.23%

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

R = 46.3%
G = 51.23%
B = 2.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#4B5304 (or 0x4B5304) is known color: Verdun Green. HEX triplet: 4B, 53 and 04. RGB value is (75,83,4). Sum of RGB (Red+Green+Blue) = 75+83+4=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5304 is #B4ACFB. Grayscale: #474747. Windows color (decimal): -11840764 or 283467. OLE color: 283467.

HSL color Cylindrical-coordinate representation of color #4B5304: hue angle of 66.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B5304 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 83 4 -
CMYK 0.10 0 0.95 0.67
HSL 66.08º 0.91% 0.17% -
HSV(B) 66.08º 0.95% 0.33% -
XYZ 6.02 7.69 1.28 -
YUV 71.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 75 83 4 0.10 0 0.95 0.67 66.08 0.91 0.17
Hex 4B 53 4 A 0 5F 43 42 5B 11
Octal 113 123 4 12 0 137 103 102 133 21
Binary 1001011 1010011 100 1010 0 1011111 1000011 1000010 1011011 10001

Color Harmonies of #4B5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5304

Black with #4B5304

Text Example


Text Example

White with #4B5304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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