Html Css Color HEX #355C02 Verdun Green

📋 copy color: '#355C02'

red 53 ◦ green 92 ◦ blue 2

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

Shades of Verdun Green #355C02

Tints of Verdun Green #355C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 62.59%

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 36.05%
G = 62.59%
B = 1.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#355C02 (or 0x355C02) is known color: Verdun Green. HEX triplet: 35, 5C and 02. RGB value is (53,92,2). Sum of RGB (Red+Green+Blue) = 53+92+2=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 92 (36.33% from 255 or 62.59% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 92 - color contains mainly: green. Hex color #355C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355C02 is #CAA3FD. Grayscale: #464646. Windows color (decimal): -13280254 or 154677. OLE color: 154677.

HSL color Cylindrical-coordinate representation of color #355C02: hue angle of 86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #355C02 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 92 2 -
CMYK 0.42 0 0.98 0.64
HSL 86º 0.96% 0.18% -
HSV(B) 86º 0.98% 0.36% -
XYZ 5.31 8.42 1.4 -
YUV 70.08 89.58 115.82 -
System Red Green Blue C M Y K H S L
Decimal 53 92 2 0.42 0 0.98 0.64 86 0.96 0.18
Hex 35 5C 2 2A 0 62 40 56 60 12
Octal 65 134 2 52 0 142 100 126 140 22
Binary 110101 1011100 10 101010 0 1100010 1000000 1010110 1100000 10010

Color Harmonies of #355C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C02

Black with #355C02

Text Example


Text Example

White with #355C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,92,2); }

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

background-color css

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

 a { background-color: rgb(53,92,2); }

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

border-color css

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

 span { border-color: rgb(53,92,2); }

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