Html Css Color HEX #475B09 Verdun Green

📋 copy color: '#475B09'

red 71 ◦ green 91 ◦ blue 9

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

Shades of Verdun Green #475B09

Tints of Verdun Green #475B09

RGB

 RED value IS 71 (28.13% from 255) = 41.52%

 GREEN value IS 91 (35.94% from 255) = 53.22%

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 41.52%
G = 53.22%
B = 5.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#475B09 (or 0x475B09) is known color: Verdun Green. HEX triplet: 47, 5B and 09. RGB value is (71,91,9). Sum of RGB (Red+Green+Blue) = 71+91+9=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #475B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475B09 is #B8A4F6. Grayscale: #4B4B4B. Windows color (decimal): -12100855 or 613191. OLE color: 613191.

HSL color Cylindrical-coordinate representation of color #475B09: hue angle of 74.63º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #475B09 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 91 9 -
CMYK 0.22 0 0.90 0.64
HSL 74.63º 0.82% 0.2% -
HSV(B) 74.63º 0.9% 0.36% -
XYZ 6.39 8.84 1.63 -
YUV 75.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 71 91 9 0.22 0 0.90 0.64 74.63 0.82 0.2
Hex 47 5B 9 16 0 5A 40 4B 52 14
Octal 107 133 11 26 0 132 100 113 122 24
Binary 1000111 1011011 1001 10110 0 1011010 1000000 1001011 1010010 10100

Color Harmonies of #475B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B09

Black with #475B09

Text Example


Text Example

White with #475B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475B09; }

 p { color: rgb(71,91,9); }

 H1.HeaderClassName
 {
   color: #475B09;
 }
 .AnyTagClassName
 {
   color: #475B09;
 }
</style>

background-color css

<style>
 a { background-color: #475B09; }

 a { background-color: rgb(71,91,9); }

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

border-color css

<style>
 span { border-color: #475B09; }

 span { border-color: rgb(71,91,9); }

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