Html Css Color HEX #446702 Verdun Green

📋 copy color: '#446702'

red 68 ◦ green 103 ◦ blue 2

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

Shades of Verdun Green #446702

Tints of Verdun Green #446702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 59.54%

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

R = 39.31%
G = 59.54%
B = 1.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#446702 (or 0x446702) is known color: Verdun Green. HEX triplet: 44, 67 and 02. RGB value is (68,103,2). Sum of RGB (Red+Green+Blue) = 68+103+2=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #446702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446702 is #BB98FD. Grayscale: #515151. Windows color (decimal): -12294398 or 157508. OLE color: 157508.

HSL color Cylindrical-coordinate representation of color #446702: hue angle of 80.79º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #446702 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 103 2 -
CMYK 0.34 0 0.98 0.60
HSL 80.79º 0.96% 0.21% -
HSV(B) 80.79º 0.98% 0.4% -
XYZ 7.25 10.93 1.79 -
YUV 81.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 68 103 2 0.34 0 0.98 0.60 80.79 0.96 0.21
Hex 44 67 2 22 0 62 3C 51 60 15
Octal 104 147 2 42 0 142 74 121 140 25
Binary 1000100 1100111 10 100010 0 1100010 111100 1010001 1100000 10101

Color Harmonies of #446702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446702

Black with #446702

Text Example


Text Example

White with #446702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446702; }

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

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

background-color css

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

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

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

border-color css

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

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

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