Html Css Color HEX #27532A Parsley

📋 copy color: '#27532A'

red 39 ◦ green 83 ◦ blue 42

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

Shades of Parsley #27532A

Tints of Parsley #27532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.61%

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

R = 23.78%
G = 50.61%
B = 25.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#27532A (or 0x27532A) is known color: Parsley. HEX triplet: 27, 53 and 2A. RGB value is (39,83,42). Sum of RGB (Red+Green+Blue) = 39+83+42=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #27532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27532A is #D8ACD5. Grayscale: #414141. Windows color (decimal): -14200022 or 2773799. OLE color: 2773799.

HSL color Cylindrical-coordinate representation of color #27532A: hue angle of 124.09º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #27532A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 83 42 -
CMYK 0.53 0 0.49 0.67
HSL 124.09º 0.36% 0.24% -
HSV(B) 124.09º 0.53% 0.33% -
XYZ 4.35 6.79 3.27 -
YUV 65.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 39 83 42 0.53 0 0.49 0.67 124.09 0.36 0.24
Hex 27 53 2A 35 0 31 43 7C 24 18
Octal 47 123 52 65 0 61 103 174 44 30
Binary 100111 1010011 101010 110101 0 110001 1000011 1111100 100100 11000

Color Harmonies of #27532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27532A

Black with #27532A

Text Example


Text Example

White with #27532A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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