Html Css Color HEX #355608 Verdun Green

📋 copy color: '#355608'

red 53 ◦ green 86 ◦ blue 8

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

Shades of Verdun Green #355608

Tints of Verdun Green #355608

RGB

 RED value IS 53 (21.09% from 255) = 36.05%

 GREEN value IS 86 (33.98% from 255) = 58.5%

 BLUE value IS 8 (3.52% from 255) = 5.44%

R = 36.05%
G = 58.5%
B = 5.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#355608 (or 0x355608) is known color: Verdun Green. HEX triplet: 35, 56 and 08. RGB value is (53,86,8). Sum of RGB (Red+Green+Blue) = 53+86+8=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #355608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355608 is #CAA9F7. Grayscale: #434343. Windows color (decimal): -13281784 or 546357. OLE color: 546357.

HSL color Cylindrical-coordinate representation of color #355608: hue angle of 85.38º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #355608 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 8 -
CMYK 0.38 0 0.91 0.66
HSL 85.38º 0.83% 0.18% -
HSV(B) 85.38º 0.91% 0.34% -
XYZ 4.84 7.43 1.41 -
YUV 67.24 94.57 117.84 -
System Red Green Blue C M Y K H S L
Decimal 53 86 8 0.38 0 0.91 0.66 85.38 0.83 0.18
Hex 35 56 8 26 0 5B 42 55 53 12
Octal 65 126 10 46 0 133 102 125 123 22
Binary 110101 1010110 1000 100110 0 1011011 1000010 1010101 1010011 10010

Color Harmonies of #355608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355608

Black with #355608

Text Example


Text Example

White with #355608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355608; }

 p { color: rgb(53,86,8); }

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

background-color css

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

 a { background-color: rgb(53,86,8); }

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

border-color css

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

 span { border-color: rgb(53,86,8); }

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