#355308

Color #355308 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #355308

Tints of Verdun Green #355308

Color information

#355308 (or 0x355308) is unknown color: approx Verdun Green. HEX triplet: 35, 53 and 08. RGB value is (53,83,8). Sum of RGB (Red+Green+Blue) = 53+83+8=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #355308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355308 is #CAACF7. Grayscale: #414141. Windows color (decimal): -13282552 or 545589. OLE color: 545589.

HSL color Cylindrical-coordinate representation of color #355308: hue angle of 84º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #355308 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB53838-
CMYK0.3600.900.67
HSL84º82.42%17.84%-
HSV(B)84º90.36%32.55%-
XYZ4.616.961.33-
YUV65.4895.56119.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=36.81%
G=57.64%
B=5.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal538380.3600.900.678482.4217.84
Hex355382405A43545212
Octal651231044013210312412222
Binary110101101001110001001000101101010000111010100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355308; }

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

 H1.HeaderClassName
 {
   color: #355308;
 }
 .AnyTagClassName
 {
   color: #355308;
 }
</style>
background-color css

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

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

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

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

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

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