Html Css Color HEX #265527 Parsley

📋 copy color: '#265527'

red 38 ◦ green 85 ◦ blue 39

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

Shades of Parsley #265527

Tints of Parsley #265527

RGB

 RED value IS 38 (15.23% from 255) = 23.46%

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

 BLUE value IS 39 (15.63% from 255) = 24.07%

R = 23.46%
G = 52.47%
B = 24.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#265527 (or 0x265527) is known color: Parsley. HEX triplet: 26, 55 and 27. RGB value is (38,85,39). Sum of RGB (Red+Green+Blue) = 38+85+39=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #265527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265527 is #D9AAD8. Grayscale: #414141. Windows color (decimal): -14265049 or 2577702. OLE color: 2577702.

HSL color Cylindrical-coordinate representation of color #265527: hue angle of 121.28º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #265527 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 85 39 -
CMYK 0.55 0 0.54 0.67
HSL 121.28º 0.38% 0.24% -
HSV(B) 121.28º 0.55% 0.33% -
XYZ 4.41 7.06 3.05 -
YUV 65.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 38 85 39 0.55 0 0.54 0.67 121.28 0.38 0.24
Hex 26 55 27 37 0 36 43 79 26 18
Octal 46 125 47 67 0 66 103 171 46 30
Binary 100110 1010101 100111 110111 0 110110 1000011 1111001 100110 11000

Color Harmonies of #265527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265527

Black with #265527

Text Example


Text Example

White with #265527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265527; }

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

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

background-color css

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

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

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

border-color css

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

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

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