Html Css Color HEX #27522A Parsley

📋 copy color: '#27522A'

red 39 ◦ green 82 ◦ blue 42

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

Shades of Parsley #27522A

Tints of Parsley #27522A

RGB

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

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

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

R = 23.93%
G = 50.31%
B = 25.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#27522A (or 0x27522A) is known color: Parsley. HEX triplet: 27, 52 and 2A. RGB value is (39,82,42). Sum of RGB (Red+Green+Blue) = 39+82+42=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #27522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27522A is #D8ADD5. Grayscale: #404040. Windows color (decimal): -14200278 or 2773543. OLE color: 2773543.

HSL color Cylindrical-coordinate representation of color #27522A: hue angle of 124.19º 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 #27522A is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 82 42 -
CMYK 0.52 0 0.49 0.68
HSL 124.19º 0.36% 0.24% -
HSV(B) 124.19º 0.52% 0.32% -
XYZ 4.27 6.63 3.25 -
YUV 64.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 39 82 42 0.52 0 0.49 0.68 124.19 0.36 0.24
Hex 27 52 2A 34 0 31 44 7C 24 18
Octal 47 122 52 64 0 61 104 174 44 30
Binary 100111 1010010 101010 110100 0 110001 1000100 1111100 100100 11000

Color Harmonies of #27522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27522A

Black with #27522A

Text Example


Text Example

White with #27522A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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