Html Css Color HEX #455B0F Verdun Green

📋 copy color: '#455B0F'

red 69 ◦ green 91 ◦ blue 15

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

Shades of Verdun Green #455B0F

Tints of Verdun Green #455B0F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52%

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

R = 39.43%
G = 52%
B = 8.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#455B0F (or 0x455B0F) is known color: Verdun Green. HEX triplet: 45, 5B and 0F. RGB value is (69,91,15). Sum of RGB (Red+Green+Blue) = 69+91+15=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #455B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B0F is #BAA4F0. Grayscale: #4C4C4C. Windows color (decimal): -12231921 or 1006405. OLE color: 1006405.

HSL color Cylindrical-coordinate representation of color #455B0F: hue angle of 77.37º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #455B0F is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 91 15 -
CMYK 0.24 0 0.84 0.64
HSL 77.37º 0.72% 0.21% -
HSV(B) 77.37º 0.84% 0.36% -
XYZ 6.28 8.78 1.82 -
YUV 75.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 69 91 15 0.24 0 0.84 0.64 77.37 0.72 0.21
Hex 45 5B F 18 0 54 40 4D 48 15
Octal 105 133 17 30 0 124 100 115 110 25
Binary 1000101 1011011 1111 11000 0 1010100 1000000 1001101 1001000 10101

Color Harmonies of #455B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455B0F

Black with #455B0F

Text Example


Text Example

White with #455B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455B0F; }

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

 H1.HeaderClassName
 {
   color: #455B0F;
 }
 .AnyTagClassName
 {
   color: #455B0F;
 }
</style>

background-color css

<style>
 a { background-color: #455B0F; }

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

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

border-color css

<style>
 span { border-color: #455B0F; }

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

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