Html Css Color HEX #356803 Verdun Green

📋 copy color: '#356803'

red 53 ◦ green 104 ◦ blue 3

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

Shades of Verdun Green #356803

Tints of Verdun Green #356803

RGB

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

 GREEN value IS 104 (41.02% from 255) = 65%

 BLUE value IS 3 (1.56% from 255) = 1.88%

R = 33.13%
G = 65%
B = 1.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#356803 (or 0x356803) is known color: Verdun Green. HEX triplet: 35, 68 and 03. RGB value is (53,104,3). Sum of RGB (Red+Green+Blue) = 53+104+3=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 104 (41.02% from 255 or 65% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 104 - color contains mainly: green. Hex color #356803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356803 is #CA97FC. Grayscale: #4D4D4D. Windows color (decimal): -13277181 or 223285. OLE color: 223285.

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

Color convert

RGB 53 104 3 -
CMYK 0.49 0 0.97 0.59
HSL 90.3º 0.94% 0.21% -
HSV(B) 90.3º 0.97% 0.41% -
XYZ 6.43 10.66 1.81 -
YUV 77.24 86.1 110.71 -
System Red Green Blue C M Y K H S L
Decimal 53 104 3 0.49 0 0.97 0.59 90.3 0.94 0.21
Hex 35 68 3 31 0 61 3B 5A 5E 15
Octal 65 150 3 61 0 141 73 132 136 25
Binary 110101 1101000 11 110001 0 1100001 111011 1011010 1011110 10101

Color Harmonies of #356803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356803

Black with #356803

Text Example


Text Example

White with #356803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356803; }

 p { color: rgb(53,104,3); }

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

background-color css

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

 a { background-color: rgb(53,104,3); }

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

border-color css

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

 span { border-color: rgb(53,104,3); }

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