Html Css Color HEX #365538 Parsley

📋 copy color: '#365538'

red 54 ◦ green 85 ◦ blue 56

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

Shades of Parsley #365538

Tints of Parsley #365538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

 BLUE value IS 56 (22.27% from 255) = 28.72%

R = 27.69%
G = 43.59%
B = 28.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#365538 (or 0x365538) is known color: Parsley. HEX triplet: 36, 55 and 38. RGB value is (54,85,56). Sum of RGB (Red+Green+Blue) = 54+85+56=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #365538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365538 is #C9AAC7. Grayscale: #484848. Windows color (decimal): -13216456 or 3691830. OLE color: 3691830.

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

Color convert

RGB 54 85 56 -
CMYK 0.36 0 0.34 0.67
HSL 123.87º 0.22% 0.27% -
HSV(B) 123.87º 0.36% 0.33% -
XYZ 5.48 7.57 4.91 -
YUV 72.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 54 85 56 0.36 0 0.34 0.67 123.87 0.22 0.27
Hex 36 55 38 24 0 22 43 7C 16 1B
Octal 66 125 70 44 0 42 103 174 26 33
Binary 110110 1010101 111000 100100 0 100010 1000011 1111100 10110 11011

Color Harmonies of #365538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365538

Black with #365538

Text Example


Text Example

White with #365538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365538; }

 p { color: rgb(54,85,56); }

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

background-color css

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

 a { background-color: rgb(54,85,56); }

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

border-color css

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

 span { border-color: rgb(54,85,56); }

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