Html Css Color HEX #266332 Parsley

📋 copy color: '#266332'

red 38 ◦ green 99 ◦ blue 50

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

Shades of Parsley #266332

Tints of Parsley #266332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

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

R = 20.32%
G = 52.94%
B = 26.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#266332 (or 0x266332) is known color: Parsley. HEX triplet: 26, 63 and 32. RGB value is (38,99,50). Sum of RGB (Red+Green+Blue) = 38+99+50=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #266332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266332 is #D99CCD. Grayscale: #4B4B4B. Windows color (decimal): -14261454 or 3302182. OLE color: 3302182.

HSL color Cylindrical-coordinate representation of color #266332: hue angle of 131.8º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266332 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 99 50 -
CMYK 0.62 0 0.49 0.61
HSL 131.8º 0.45% 0.27% -
HSV(B) 131.8º 0.62% 0.39% -
XYZ 5.84 9.57 4.56 -
YUV 75.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 38 99 50 0.62 0 0.49 0.61 131.8 0.45 0.27
Hex 26 63 32 3E 0 31 3D 84 2D 1B
Octal 46 143 62 76 0 61 75 204 55 33
Binary 100110 1100011 110010 111110 0 110001 111101 10000100 101101 11011

Color Harmonies of #266332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266332

Black with #266332

Text Example


Text Example

White with #266332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266332; }

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

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

background-color css

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

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

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

border-color css

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

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

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