Html Css Color HEX #455402 Verdun Green

📋 copy color: '#455402'

red 69 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #455402

Tints of Verdun Green #455402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.19%

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

R = 44.52%
G = 54.19%
B = 1.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#455402 (or 0x455402) is known color: Verdun Green. HEX triplet: 45, 54 and 02. RGB value is (69,84,2). Sum of RGB (Red+Green+Blue) = 69+84+2=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #455402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455402 is #BAABFD. Grayscale: #464646. Windows color (decimal): -12233726 or 152645. OLE color: 152645.

HSL color Cylindrical-coordinate representation of color #455402: hue angle of 70.98º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #455402 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 2 -
CMYK 0.18 0 0.98 0.67
HSL 70.98º 0.95% 0.17% -
HSV(B) 70.98º 0.98% 0.33% -
XYZ 5.64 7.61 1.23 -
YUV 70.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 69 84 2 0.18 0 0.98 0.67 70.98 0.95 0.17
Hex 45 54 2 12 0 62 43 47 5F 11
Octal 105 124 2 22 0 142 103 107 137 21
Binary 1000101 1010100 10 10010 0 1100010 1000011 1000111 1011111 10001

Color Harmonies of #455402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455402

Black with #455402

Text Example


Text Example

White with #455402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455402; }

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

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

background-color css

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

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

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

border-color css

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

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

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