Html Css Color HEX #26552E Parsley

📋 copy color: '#26552E'

red 38 ◦ green 85 ◦ blue 46

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

Shades of Parsley #26552E

Tints of Parsley #26552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 22.49%
G = 50.3%
B = 27.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#26552E (or 0x26552E) is known color: Parsley. HEX triplet: 26, 55 and 2E. RGB value is (38,85,46). Sum of RGB (Red+Green+Blue) = 38+85+46=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #26552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26552E is #D9AAD1. Grayscale: #424242. Windows color (decimal): -14265042 or 3036454. OLE color: 3036454.

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

Color convert

RGB 38 85 46 -
CMYK 0.55 0 0.46 0.67
HSL 130.21º 0.38% 0.24% -
HSV(B) 130.21º 0.55% 0.33% -
XYZ 4.54 7.11 3.72 -
YUV 66.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 38 85 46 0.55 0 0.46 0.67 130.21 0.38 0.24
Hex 26 55 2E 37 0 2E 43 82 26 18
Octal 46 125 56 67 0 56 103 202 46 30
Binary 100110 1010101 101110 110111 0 101110 1000011 10000010 100110 11000

Color Harmonies of #26552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26552E

Black with #26552E

Text Example


Text Example

White with #26552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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