Html Css Color HEX #45610F Verdun Green

📋 copy color: '#45610F'

red 69 ◦ green 97 ◦ blue 15

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

Shades of Verdun Green #45610F

Tints of Verdun Green #45610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.59%

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

R = 38.12%
G = 53.59%
B = 8.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#45610F (or 0x45610F) is known color: Verdun Green. HEX triplet: 45, 61 and 0F. RGB value is (69,97,15). Sum of RGB (Red+Green+Blue) = 69+97+15=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #45610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45610F is #BA9EF0. Grayscale: #4F4F4F. Windows color (decimal): -12230385 or 1007941. OLE color: 1007941.

HSL color Cylindrical-coordinate representation of color #45610F: hue angle of 80.49º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45610F is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 97 15 -
CMYK 0.29 0 0.85 0.62
HSL 80.49º 0.73% 0.22% -
HSV(B) 80.49º 0.85% 0.38% -
XYZ 6.82 9.85 1.99 -
YUV 79.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 69 97 15 0.29 0 0.85 0.62 80.49 0.73 0.22
Hex 45 61 F 1D 0 55 3E 50 49 16
Octal 105 141 17 35 0 125 76 120 111 26
Binary 1000101 1100001 1111 11101 0 1010101 111110 1010000 1001001 10110

Color Harmonies of #45610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45610F

Black with #45610F

Text Example


Text Example

White with #45610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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