Html Css Color HEX #27552D Parsley

📋 copy color: '#27552D'

red 39 ◦ green 85 ◦ blue 45

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

Shades of Parsley #27552D

Tints of Parsley #27552D

RGB

 RED value IS 39 (15.63% from 255) = 23.08%

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

 BLUE value IS 45 (17.97% from 255) = 26.63%

R = 23.08%
G = 50.3%
B = 26.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#27552D (or 0x27552D) is known color: Parsley. HEX triplet: 27, 55 and 2D. RGB value is (39,85,45). Sum of RGB (Red+Green+Blue) = 39+85+45=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #27552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27552D is #D8AAD2. Grayscale: #424242. Windows color (decimal): -14199507 or 2970919. OLE color: 2970919.

HSL color Cylindrical-coordinate representation of color #27552D: hue angle of 127.83º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #27552D is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 85 45 -
CMYK 0.54 0 0.47 0.67
HSL 127.83º 0.37% 0.24% -
HSV(B) 127.83º 0.54% 0.33% -
XYZ 4.56 7.12 3.62 -
YUV 66.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 39 85 45 0.54 0 0.47 0.67 127.83 0.37 0.24
Hex 27 55 2D 36 0 2F 43 80 25 18
Octal 47 125 55 66 0 57 103 200 45 30
Binary 100111 1010101 101101 110110 0 101111 1000011 10000000 100101 11000

Color Harmonies of #27552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27552D

Black with #27552D

Text Example


Text Example

White with #27552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27552D; }

 p { color: rgb(39,85,45); }

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

background-color css

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

 a { background-color: rgb(39,85,45); }

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

border-color css

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

 span { border-color: rgb(39,85,45); }

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