Html Css Color HEX #45690D Verdun Green

📋 copy color: '#45690D'

red 69 ◦ green 105 ◦ blue 13

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

Shades of Verdun Green #45690D

Tints of Verdun Green #45690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.15%

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 36.9%
G = 56.15%
B = 6.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#45690D (or 0x45690D) is known color: Verdun Green. HEX triplet: 45, 69 and 0D. RGB value is (69,105,13). Sum of RGB (Red+Green+Blue) = 69+105+13=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #45690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45690D is #BA96F2. Grayscale: #545454. Windows color (decimal): -12228339 or 878917. OLE color: 878917.

HSL color Cylindrical-coordinate representation of color #45690D: hue angle of 83.48º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45690D is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 105 13 -
CMYK 0.34 0 0.88 0.59
HSL 83.48º 0.78% 0.23% -
HSV(B) 83.48º 0.88% 0.41% -
XYZ 7.58 11.4 2.18 -
YUV 83.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 69 105 13 0.34 0 0.88 0.59 83.48 0.78 0.23
Hex 45 69 D 22 0 58 3B 53 4E 17
Octal 105 151 15 42 0 130 73 123 116 27
Binary 1000101 1101001 1101 100010 0 1011000 111011 1010011 1001110 10111

Color Harmonies of #45690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45690D

Black with #45690D

Text Example


Text Example

White with #45690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45690D; }

 p { color: rgb(69,105,13); }

 H1.HeaderClassName
 {
   color: #45690D;
 }
 .AnyTagClassName
 {
   color: #45690D;
 }
</style>

background-color css

<style>
 a { background-color: #45690D; }

 a { background-color: rgb(69,105,13); }

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

border-color css

<style>
 span { border-color: #45690D; }

 span { border-color: rgb(69,105,13); }

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