Html Css Color HEX #356234 Parsley

📋 copy color: '#356234'

red 53 ◦ green 98 ◦ blue 52

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

Shades of Parsley #356234

Tints of Parsley #356234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 26.11%
G = 48.28%
B = 25.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#356234 (or 0x356234) is known color: Parsley. HEX triplet: 35, 62 and 34. RGB value is (53,98,52). Sum of RGB (Red+Green+Blue) = 53+98+52=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #356234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356234 is #CA9DCB. Grayscale: #4F4F4F. Windows color (decimal): -13278668 or 3433013. OLE color: 3433013.

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

Color convert

RGB 53 98 52 -
CMYK 0.46 0 0.47 0.62
HSL 118.7º 0.31% 0.29% -
HSV(B) 118.7º 0.47% 0.38% -
XYZ 6.46 9.74 4.79 -
YUV 79.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 53 98 52 0.46 0 0.47 0.62 118.7 0.31 0.29
Hex 35 62 34 2E 0 2F 3E 77 1F 1D
Octal 65 142 64 56 0 57 76 167 37 35
Binary 110101 1100010 110100 101110 0 101111 111110 1110111 11111 11101

Color Harmonies of #356234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356234

Black with #356234

Text Example


Text Example

White with #356234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356234; }

 p { color: rgb(53,98,52); }

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

background-color css

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

 a { background-color: rgb(53,98,52); }

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

border-color css

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

 span { border-color: rgb(53,98,52); }

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