Html Css Color HEX #27522D Parsley

📋 copy color: '#27522D'

red 39 ◦ green 82 ◦ blue 45

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

Shades of Parsley #27522D

Tints of Parsley #27522D

RGB

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

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

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

R = 23.49%
G = 49.4%
B = 27.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#27522D (or 0x27522D) is known color: Parsley. HEX triplet: 27, 52 and 2D. RGB value is (39,82,45). Sum of RGB (Red+Green+Blue) = 39+82+45=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #27522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27522D is #D8ADD2. Grayscale: #414141. Windows color (decimal): -14200275 or 2970151. OLE color: 2970151.

HSL color Cylindrical-coordinate representation of color #27522D: hue angle of 128.37º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27522D is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 82 45 -
CMYK 0.52 0 0.45 0.68
HSL 128.37º 0.36% 0.24% -
HSV(B) 128.37º 0.52% 0.32% -
XYZ 4.33 6.66 3.54 -
YUV 64.93 116.75 109.51 -
System Red Green Blue C M Y K H S L
Decimal 39 82 45 0.52 0 0.45 0.68 128.37 0.36 0.24
Hex 27 52 2D 34 0 2D 44 80 24 18
Octal 47 122 55 64 0 55 104 200 44 30
Binary 100111 1010010 101101 110100 0 101101 1000100 10000000 100100 11000

Color Harmonies of #27522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27522D

Black with #27522D

Text Example


Text Example

White with #27522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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