Html Css Color HEX #45550A Verdun Green

📋 copy color: '#45550A'

red 69 ◦ green 85 ◦ blue 10

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

Shades of Verdun Green #45550A

Tints of Verdun Green #45550A

RGB

 RED value IS 69 (27.34% from 255) = 42.07%

 GREEN value IS 85 (33.59% from 255) = 51.83%

 BLUE value IS 10 (4.3% from 255) = 6.1%

R = 42.07%
G = 51.83%
B = 6.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#45550A (or 0x45550A) is known color: Verdun Green. HEX triplet: 45, 55 and 0A. RGB value is (69,85,10). Sum of RGB (Red+Green+Blue) = 69+85+10=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #45550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45550A is #BAAAF5. Grayscale: #474747. Windows color (decimal): -12233462 or 677189. OLE color: 677189.

HSL color Cylindrical-coordinate representation of color #45550A: hue angle of 72.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45550A is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 10 -
CMYK 0.19 0 0.88 0.67
HSL 72.8º 0.79% 0.19% -
HSV(B) 72.8º 0.88% 0.33% -
XYZ 5.76 7.78 1.49 -
YUV 71.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 69 85 10 0.19 0 0.88 0.67 72.8 0.79 0.19
Hex 45 55 A 13 0 58 43 49 4F 13
Octal 105 125 12 23 0 130 103 111 117 23
Binary 1000101 1010101 1010 10011 0 1011000 1000011 1001001 1001111 10011

Color Harmonies of #45550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45550A

Black with #45550A

Text Example


Text Example

White with #45550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45550A; }

 p { color: rgb(69,85,10); }

 H1.HeaderClassName
 {
   color: #45550A;
 }
 .AnyTagClassName
 {
   color: #45550A;
 }
</style>

background-color css

<style>
 a { background-color: #45550A; }

 a { background-color: rgb(69,85,10); }

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

border-color css

<style>
 span { border-color: #45550A; }

 span { border-color: rgb(69,85,10); }

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