Html Css Color HEX #275529 Parsley

📋 copy color: '#275529'

red 39 ◦ green 85 ◦ blue 41

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

Shades of Parsley #275529

Tints of Parsley #275529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.85%

R = 23.64%
G = 51.52%
B = 24.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#275529 (or 0x275529) is known color: Parsley. HEX triplet: 27, 55 and 29. RGB value is (39,85,41). Sum of RGB (Red+Green+Blue) = 39+85+41=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #275529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275529 is #D8AAD6. Grayscale: #424242. Windows color (decimal): -14199511 or 2708775. OLE color: 2708775.

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

Color convert

RGB 39 85 41 -
CMYK 0.54 0 0.52 0.67
HSL 122.61º 0.37% 0.24% -
HSV(B) 122.61º 0.54% 0.33% -
XYZ 4.49 7.09 3.23 -
YUV 66.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 39 85 41 0.54 0 0.52 0.67 122.61 0.37 0.24
Hex 27 55 29 36 0 34 43 7B 25 18
Octal 47 125 51 66 0 64 103 173 45 30
Binary 100111 1010101 101001 110110 0 110100 1000011 1111011 100101 11000

Color Harmonies of #275529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275529

Black with #275529

Text Example


Text Example

White with #275529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275529; }

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

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

background-color css

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

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

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

border-color css

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

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

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