Html Css Color HEX #27552A Parsley

📋 copy color: '#27552A'

red 39 ◦ green 85 ◦ blue 42

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

Shades of Parsley #27552A

Tints of Parsley #27552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 23.49%
G = 51.2%
B = 25.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#27552A (or 0x27552A) is known color: Parsley. HEX triplet: 27, 55 and 2A. RGB value is (39,85,42). Sum of RGB (Red+Green+Blue) = 39+85+42=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #27552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27552A is #D8AAD5. Grayscale: #424242. Windows color (decimal): -14199510 or 2774311. OLE color: 2774311.

HSL color Cylindrical-coordinate representation of color #27552A: hue angle of 123.91º 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 #27552A is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 85 42 -
CMYK 0.54 0 0.51 0.67
HSL 123.91º 0.37% 0.24% -
HSV(B) 123.91º 0.54% 0.33% -
XYZ 4.5 7.1 3.32 -
YUV 66.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 39 85 42 0.54 0 0.51 0.67 123.91 0.37 0.24
Hex 27 55 2A 36 0 33 43 7C 25 18
Octal 47 125 52 66 0 63 103 174 45 30
Binary 100111 1010101 101010 110110 0 110011 1000011 1111100 100101 11000

Color Harmonies of #27552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27552A

Black with #27552A

Text Example


Text Example

White with #27552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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