Html Css Color HEX #446B02 Verdun Green

📋 copy color: '#446B02'

red 68 ◦ green 107 ◦ blue 2

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

Shades of Verdun Green #446B02

Tints of Verdun Green #446B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 60.45%

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

R = 38.42%
G = 60.45%
B = 1.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#446B02 (or 0x446B02) is known color: Verdun Green. HEX triplet: 44, 6B and 02. RGB value is (68,107,2). Sum of RGB (Red+Green+Blue) = 68+107+2=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #446B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446B02 is #BB94FD. Grayscale: #535353. Windows color (decimal): -12293374 or 158532. OLE color: 158532.

HSL color Cylindrical-coordinate representation of color #446B02: hue angle of 82.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #446B02 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 2 -
CMYK 0.36 0 0.98 0.58
HSL 82.29º 0.96% 0.21% -
HSV(B) 82.29º 0.98% 0.42% -
XYZ 7.65 11.75 1.92 -
YUV 83.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 68 107 2 0.36 0 0.98 0.58 82.29 0.96 0.21
Hex 44 6B 2 24 0 62 3A 52 60 15
Octal 104 153 2 44 0 142 72 122 140 25
Binary 1000100 1101011 10 100100 0 1100010 111010 1010010 1100000 10101

Color Harmonies of #446B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B02

Black with #446B02

Text Example


Text Example

White with #446B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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