Html Css Color HEX #45580F Verdun Green

📋 copy color: '#45580F'

red 69 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #45580F

Tints of Verdun Green #45580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.16%

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 40.12%
G = 51.16%
B = 8.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#45580F (or 0x45580F) is known color: Verdun Green. HEX triplet: 45, 58 and 0F. RGB value is (69,88,15). Sum of RGB (Red+Green+Blue) = 69+88+15=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #45580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45580F is #BAA7F0. Grayscale: #4A4A4A. Windows color (decimal): -12232689 or 1005637. OLE color: 1005637.

HSL color Cylindrical-coordinate representation of color #45580F: hue angle of 75.62º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45580F is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 88 15 -
CMYK 0.22 0 0.83 0.65
HSL 75.62º 0.71% 0.2% -
HSV(B) 75.62º 0.83% 0.35% -
XYZ 6.03 8.28 1.73 -
YUV 74 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 69 88 15 0.22 0 0.83 0.65 75.62 0.71 0.2
Hex 45 58 F 16 0 53 41 4C 47 14
Octal 105 130 17 26 0 123 101 114 107 24
Binary 1000101 1011000 1111 10110 0 1010011 1000001 1001100 1000111 10100

Color Harmonies of #45580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45580F

Black with #45580F

Text Example


Text Example

White with #45580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45580F; }

 p { color: rgb(69,88,15); }

 H1.HeaderClassName
 {
   color: #45580F;
 }
 .AnyTagClassName
 {
   color: #45580F;
 }
</style>

background-color css

<style>
 a { background-color: #45580F; }

 a { background-color: rgb(69,88,15); }

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

border-color css

<style>
 span { border-color: #45580F; }

 span { border-color: rgb(69,88,15); }

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