Html Css Color HEX #365235 Parsley

📋 copy color: '#365235'

red 54 ◦ green 82 ◦ blue 53

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

Shades of Parsley #365235

Tints of Parsley #365235

RGB

 RED value IS 54 (21.48% from 255) = 28.57%

 GREEN value IS 82 (32.42% from 255) = 43.39%

 BLUE value IS 53 (21.09% from 255) = 28.04%

R = 28.57%
G = 43.39%
B = 28.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#365235 (or 0x365235) is known color: Parsley. HEX triplet: 36, 52 and 35. RGB value is (54,82,53). Sum of RGB (Red+Green+Blue) = 54+82+53=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #365235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365235 is #C9ADCA. Grayscale: #464646. Windows color (decimal): -13217227 or 3494454. OLE color: 3494454.

HSL color Cylindrical-coordinate representation of color #365235: hue angle of 117.93º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #365235 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 53 -
CMYK 0.34 0 0.35 0.68
HSL 117.93º 0.21% 0.26% -
HSV(B) 117.93º 0.35% 0.32% -
XYZ 5.18 7.08 4.46 -
YUV 70.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 54 82 53 0.34 0 0.35 0.68 117.93 0.21 0.26
Hex 36 52 35 22 0 23 44 76 15 1A
Octal 66 122 65 42 0 43 104 166 25 32
Binary 110110 1010010 110101 100010 0 100011 1000100 1110110 10101 11010

Color Harmonies of #365235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365235

Black with #365235

Text Example


Text Example

White with #365235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365235; }

 p { color: rgb(54,82,53); }

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

background-color css

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

 a { background-color: rgb(54,82,53); }

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

border-color css

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

 span { border-color: rgb(54,82,53); }

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