Html Css Color HEX #455002 Verdun Green

📋 copy color: '#455002'

red 69 ◦ green 80 ◦ blue 2

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

Shades of Verdun Green #455002

Tints of Verdun Green #455002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.98%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 45.7%
G = 52.98%
B = 1.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#455002 (or 0x455002) is known color: Verdun Green. HEX triplet: 45, 50 and 02. RGB value is (69,80,2). Sum of RGB (Red+Green+Blue) = 69+80+2=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #455002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455002 is #BAAFFD. Grayscale: #444444. Windows color (decimal): -12234750 or 151621. OLE color: 151621.

HSL color Cylindrical-coordinate representation of color #455002: hue angle of 68.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #455002 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 2 -
CMYK 0.14 0 0.98 0.69
HSL 68.46º 0.95% 0.16% -
HSV(B) 68.46º 0.98% 0.31% -
XYZ 5.33 7.01 1.13 -
YUV 67.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 69 80 2 0.14 0 0.98 0.69 68.46 0.95 0.16
Hex 45 50 2 E 0 62 45 44 5F 10
Octal 105 120 2 16 0 142 105 104 137 20
Binary 1000101 1010000 10 1110 0 1100010 1000101 1000100 1011111 10000

Color Harmonies of #455002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455002

Black with #455002

Text Example


Text Example

White with #455002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455002; }

 p { color: rgb(69,80,2); }

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

background-color css

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

 a { background-color: rgb(69,80,2); }

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

border-color css

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

 span { border-color: rgb(69,80,2); }

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