Html Css Color HEX #365134 Parsley

📋 copy color: '#365134'

red 54 ◦ green 81 ◦ blue 52

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

Shades of Parsley #365134

Tints of Parsley #365134

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

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

R = 28.88%
G = 43.32%
B = 27.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#365134 (or 0x365134) is known color: Parsley. HEX triplet: 36, 51 and 34. RGB value is (54,81,52). Sum of RGB (Red+Green+Blue) = 54+81+52=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #365134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365134 is #C9AECB. Grayscale: #454545. Windows color (decimal): -13217484 or 3428662. OLE color: 3428662.

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

Color convert

RGB 54 81 52 -
CMYK 0.33 0 0.36 0.68
HSL 115.86º 0.22% 0.26% -
HSV(B) 115.86º 0.36% 0.32% -
XYZ 5.08 6.92 4.32 -
YUV 69.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 54 81 52 0.33 0 0.36 0.68 115.86 0.22 0.26
Hex 36 51 34 21 0 24 44 74 16 1A
Octal 66 121 64 41 0 44 104 164 26 32
Binary 110110 1010001 110100 100001 0 100100 1000100 1110100 10110 11010

Color Harmonies of #365134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365134

Black with #365134

Text Example


Text Example

White with #365134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365134; }

 p { color: rgb(54,81,52); }

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

background-color css

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

 a { background-color: rgb(54,81,52); }

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

border-color css

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

 span { border-color: rgb(54,81,52); }

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