Html Css Color HEX #26552F Parsley

📋 copy color: '#26552F'

red 38 ◦ green 85 ◦ blue 47

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

Shades of Parsley #26552F

Tints of Parsley #26552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.65%

R = 22.35%
G = 50%
B = 27.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#26552F (or 0x26552F) is known color: Parsley. HEX triplet: 26, 55 and 2F. RGB value is (38,85,47). Sum of RGB (Red+Green+Blue) = 38+85+47=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #26552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26552F is #D9AAD0. Grayscale: #424242. Windows color (decimal): -14265041 or 3101990. OLE color: 3101990.

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

Color convert

RGB 38 85 47 -
CMYK 0.55 0 0.45 0.67
HSL 131.49º 0.38% 0.24% -
HSV(B) 131.49º 0.55% 0.33% -
XYZ 4.56 7.11 3.82 -
YUV 66.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 38 85 47 0.55 0 0.45 0.67 131.49 0.38 0.24
Hex 26 55 2F 37 0 2D 43 83 26 18
Octal 46 125 57 67 0 55 103 203 46 30
Binary 100110 1010101 101111 110111 0 101101 1000011 10000011 100110 11000

Color Harmonies of #26552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26552F

Black with #26552F

Text Example


Text Example

White with #26552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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