Html Css Color HEX #356900 Verdun Green

📋 copy color: '#356900'

red 53 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #356900

Tints of Verdun Green #356900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 66.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.54%
G = 66.46%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#356900 (or 0x356900) is known color: Verdun Green. HEX triplet: 35, 69 and 00. RGB value is (53,105,0). Sum of RGB (Red+Green+Blue) = 53+105+0=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #356900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356900 is #CA96FF. Grayscale: #4D4D4D. Windows color (decimal): -13276928 or 26933. OLE color: 26933.

HSL color Cylindrical-coordinate representation of color #356900: hue angle of 89.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #356900 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 0 -
CMYK 0.50 0 1 0.59
HSL 89.71º 1% 0.21% -
HSV(B) 89.71º 1% 0.41% -
XYZ 6.52 10.86 1.75 -
YUV 77.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 53 105 0 0.50 0 1 0.59 89.71 1 0.21
Hex 35 69 0 32 0 64 3B 5A 64 15
Octal 65 151 0 62 0 144 73 132 144 25
Binary 110101 1101001 0 110010 0 1100100 111011 1011010 1100100 10101

Color Harmonies of #356900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356900

Black with #356900

Text Example


Text Example

White with #356900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356900; }

 p { color: rgb(53,105,0); }

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

background-color css

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

 a { background-color: rgb(53,105,0); }

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

border-color css

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

 span { border-color: rgb(53,105,0); }

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