Html Css Color HEX #266132 Parsley

📋 copy color: '#266132'

red 38 ◦ green 97 ◦ blue 50

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

Shades of Parsley #266132

Tints of Parsley #266132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 20.54%
G = 52.43%
B = 27.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#266132 (or 0x266132) is known color: Parsley. HEX triplet: 26, 61 and 32. RGB value is (38,97,50). Sum of RGB (Red+Green+Blue) = 38+97+50=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #266132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266132 is #D99ECD. Grayscale: #4A4A4A. Windows color (decimal): -14261966 or 3301670. OLE color: 3301670.

HSL color Cylindrical-coordinate representation of color #266132: hue angle of 132.2º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266132 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 97 50 -
CMYK 0.61 0 0.48 0.62
HSL 132.2º 0.44% 0.26% -
HSV(B) 132.2º 0.61% 0.38% -
XYZ 5.65 9.19 4.49 -
YUV 74 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 38 97 50 0.61 0 0.48 0.62 132.2 0.44 0.26
Hex 26 61 32 3D 0 30 3E 84 2C 1A
Octal 46 141 62 75 0 60 76 204 54 32
Binary 100110 1100001 110010 111101 0 110000 111110 10000100 101100 11010

Color Harmonies of #266132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266132

Black with #266132

Text Example


Text Example

White with #266132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266132; }

 p { color: rgb(38,97,50); }

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

background-color css

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

 a { background-color: rgb(38,97,50); }

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

border-color css

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

 span { border-color: rgb(38,97,50); }

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