Html Css Color HEX #45551A Verdun Green

📋 copy color: '#45551A'

red 69 ◦ green 85 ◦ blue 26

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

Shades of Verdun Green #45551A

Tints of Verdun Green #45551A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.44%

R = 38.33%
G = 47.22%
B = 14.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#45551A (or 0x45551A) is known color: Verdun Green. HEX triplet: 45, 55 and 1A. RGB value is (69,85,26). Sum of RGB (Red+Green+Blue) = 69+85+26=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #45551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45551A is #BAAAE5. Grayscale: #494949. Windows color (decimal): -12233446 or 1725765. OLE color: 1725765.

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

Color convert

RGB 69 85 26 -
CMYK 0.19 0 0.69 0.67
HSL 76.27º 0.53% 0.22% -
HSV(B) 76.27º 0.69% 0.33% -
XYZ 5.89 7.84 2.18 -
YUV 73.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 69 85 26 0.19 0 0.69 0.67 76.27 0.53 0.22
Hex 45 55 1A 13 0 45 43 4C 35 16
Octal 105 125 32 23 0 105 103 114 65 26
Binary 1000101 1010101 11010 10011 0 1000101 1000011 1001100 110101 10110

Color Harmonies of #45551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45551A

Black with #45551A

Text Example


Text Example

White with #45551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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