Html Css Color HEX #447502 Verdun Green

📋 copy color: '#447502'

red 68 ◦ green 117 ◦ blue 2

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

Shades of Verdun Green #447502

Tints of Verdun Green #447502

RGB

 RED value IS 68 (26.95% from 255) = 36.36%

 GREEN value IS 117 (46.09% from 255) = 62.57%

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

R = 36.36%
G = 62.57%
B = 1.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#447502 (or 0x447502) is known color: Verdun Green. HEX triplet: 44, 75 and 02. RGB value is (68,117,2). Sum of RGB (Red+Green+Blue) = 68+117+2=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #447502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447502 is #BB8AFD. Grayscale: #595959. Windows color (decimal): -12290814 or 161092. OLE color: 161092.

HSL color Cylindrical-coordinate representation of color #447502: hue angle of 85.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #447502 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 117 2 -
CMYK 0.42 0 0.98 0.54
HSL 85.57º 0.97% 0.23% -
HSV(B) 85.57º 0.98% 0.46% -
XYZ 8.76 13.96 2.29 -
YUV 89.24 78.77 112.85 -
System Red Green Blue C M Y K H S L
Decimal 68 117 2 0.42 0 0.98 0.54 85.57 0.97 0.23
Hex 44 75 2 2A 0 62 36 56 61 17
Octal 104 165 2 52 0 142 66 126 141 27
Binary 1000100 1110101 10 101010 0 1100010 110110 1010110 1100001 10111

Color Harmonies of #447502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447502

Black with #447502

Text Example


Text Example

White with #447502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447502; }

 p { color: rgb(68,117,2); }

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

background-color css

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

 a { background-color: rgb(68,117,2); }

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

border-color css

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

 span { border-color: rgb(68,117,2); }

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