Html Css Color HEX #455C0F Verdun Green

📋 copy color: '#455C0F'

red 69 ◦ green 92 ◦ blue 15

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

Shades of Verdun Green #455C0F

Tints of Verdun Green #455C0F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 52.27%

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

R = 39.2%
G = 52.27%
B = 8.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#455C0F (or 0x455C0F) is known color: Verdun Green. HEX triplet: 45, 5C and 0F. RGB value is (69,92,15). Sum of RGB (Red+Green+Blue) = 69+92+15=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 92 (36.33% from 255 or 52.27% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 92 - color contains mainly: green. Hex color #455C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455C0F is #BAA3F0. Grayscale: #4C4C4C. Windows color (decimal): -12231665 or 1006661. OLE color: 1006661.

HSL color Cylindrical-coordinate representation of color #455C0F: hue angle of 77.92º 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 #455C0F is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 92 15 -
CMYK 0.25 0 0.84 0.64
HSL 77.92º 0.72% 0.21% -
HSV(B) 77.92º 0.84% 0.36% -
XYZ 6.37 8.95 1.84 -
YUV 76.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 69 92 15 0.25 0 0.84 0.64 77.92 0.72 0.21
Hex 45 5C F 19 0 54 40 4E 48 15
Octal 105 134 17 31 0 124 100 116 110 25
Binary 1000101 1011100 1111 11001 0 1010100 1000000 1001110 1001000 10101

Color Harmonies of #455C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C0F

Black with #455C0F

Text Example


Text Example

White with #455C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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