Html Css Color HEX #356146 Green Pea

📋 copy color: '#356146'

red 53 ◦ green 97 ◦ blue 70

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

Shades of Green Pea #356146

Tints of Green Pea #356146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

 BLUE value IS 70 (27.73% from 255) = 31.82%

R = 24.09%
G = 44.09%
B = 31.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#356146 (or 0x356146) is known color: Green Pea. HEX triplet: 35, 61 and 46. RGB value is (53,97,70). Sum of RGB (Red+Green+Blue) = 53+97+70=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #356146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356146 is #CA9EB9. Grayscale: #505050. Windows color (decimal): -13278906 or 4612405. OLE color: 4612405.

HSL color Cylindrical-coordinate representation of color #356146: hue angle of 143.18º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356146 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 70 -
CMYK 0.45 0 0.28 0.62
HSL 143.18º 0.29% 0.29% -
HSV(B) 143.18º 0.45% 0.38% -
XYZ 6.85 9.75 7.32 -
YUV 80.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 53 97 70 0.45 0 0.28 0.62 143.18 0.29 0.29
Hex 35 61 46 2D 0 1C 3E 8F 1D 1D
Octal 65 141 106 55 0 34 76 217 35 35
Binary 110101 1100001 1000110 101101 0 11100 111110 10001111 11101 11101

Color Harmonies of #356146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356146

Black with #356146

Text Example


Text Example

White with #356146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356146; }

 p { color: rgb(53,97,70); }

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

background-color css

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

 a { background-color: rgb(53,97,70); }

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

border-color css

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

 span { border-color: rgb(53,97,70); }

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