Html Css Color HEX #355908 Verdun Green

📋 copy color: '#355908'

red 53 ◦ green 89 ◦ blue 8

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

Shades of Verdun Green #355908

Tints of Verdun Green #355908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 59.33%

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

R = 35.33%
G = 59.33%
B = 5.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#355908 (or 0x355908) is known color: Verdun Green. HEX triplet: 35, 59 and 08. RGB value is (53,89,8). Sum of RGB (Red+Green+Blue) = 53+89+8=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #355908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355908 is #CAA6F7. Grayscale: #454545. Windows color (decimal): -13281016 or 547125. OLE color: 547125.

HSL color Cylindrical-coordinate representation of color #355908: hue angle of 86.67º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #355908 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 8 -
CMYK 0.40 0 0.91 0.65
HSL 86.67º 0.84% 0.19% -
HSV(B) 86.67º 0.91% 0.35% -
XYZ 5.08 7.92 1.49 -
YUV 69 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 53 89 8 0.40 0 0.91 0.65 86.67 0.84 0.19
Hex 35 59 8 28 0 5B 41 57 54 13
Octal 65 131 10 50 0 133 101 127 124 23
Binary 110101 1011001 1000 101000 0 1011011 1000001 1010111 1010100 10011

Color Harmonies of #355908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355908

Black with #355908

Text Example


Text Example

White with #355908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355908; }

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

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

background-color css

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

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

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

border-color css

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

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

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