Html Css Color HEX #265528 Parsley

📋 copy color: '#265528'

red 38 ◦ green 85 ◦ blue 40

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

Shades of Parsley #265528

Tints of Parsley #265528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 23.31%
G = 52.15%
B = 24.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#265528 (or 0x265528) is known color: Parsley. HEX triplet: 26, 55 and 28. RGB value is (38,85,40). Sum of RGB (Red+Green+Blue) = 38+85+40=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #265528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265528 is #D9AAD7. Grayscale: #414141. Windows color (decimal): -14265048 or 2643238. OLE color: 2643238.

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

Color convert

RGB 38 85 40 -
CMYK 0.55 0 0.53 0.67
HSL 122.55º 0.38% 0.24% -
HSV(B) 122.55º 0.55% 0.33% -
XYZ 4.43 7.06 3.14 -
YUV 65.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 38 85 40 0.55 0 0.53 0.67 122.55 0.38 0.24
Hex 26 55 28 37 0 35 43 7B 26 18
Octal 46 125 50 67 0 65 103 173 46 30
Binary 100110 1010101 101000 110111 0 110101 1000011 1111011 100110 11000

Color Harmonies of #265528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265528

Black with #265528

Text Example


Text Example

White with #265528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265528; }

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

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

background-color css

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

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

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

border-color css

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

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

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