Html Css Color HEX #355E06 Verdun Green

📋 copy color: '#355E06'

red 53 ◦ green 94 ◦ blue 6

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

Shades of Verdun Green #355E06

Tints of Verdun Green #355E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 61.44%

 BLUE value IS 6 (2.73% from 255) = 3.92%

R = 34.64%
G = 61.44%
B = 3.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#355E06 (or 0x355E06) is known color: Verdun Green. HEX triplet: 35, 5E and 06. RGB value is (53,94,6). Sum of RGB (Red+Green+Blue) = 53+94+6=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 94 (37.11% from 255 or 61.44% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 94 - color contains mainly: green. Hex color #355E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355E06 is #CAA1F9. Grayscale: #484848. Windows color (decimal): -13279738 or 417333. OLE color: 417333.

HSL color Cylindrical-coordinate representation of color #355E06: hue angle of 87.95º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #355E06 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 94 6 -
CMYK 0.44 0 0.94 0.63
HSL 87.95º 0.88% 0.2% -
HSV(B) 87.95º 0.94% 0.37% -
XYZ 5.5 8.78 1.58 -
YUV 71.71 90.92 114.66 -
System Red Green Blue C M Y K H S L
Decimal 53 94 6 0.44 0 0.94 0.63 87.95 0.88 0.2
Hex 35 5E 6 2C 0 5E 3F 58 58 14
Octal 65 136 6 54 0 136 77 130 130 24
Binary 110101 1011110 110 101100 0 1011110 111111 1011000 1011000 10100

Color Harmonies of #355E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E06

Black with #355E06

Text Example


Text Example

White with #355E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355E06; }

 p { color: rgb(53,94,6); }

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

background-color css

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

 a { background-color: rgb(53,94,6); }

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

border-color css

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

 span { border-color: rgb(53,94,6); }

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