Html Css Color HEX #266516 San Felix

📋 copy color: '#266516'

red 38 ◦ green 101 ◦ blue 22

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

Shades of San Felix #266516

Tints of San Felix #266516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 62.73%

 BLUE value IS 22 (8.98% from 255) = 13.66%

R = 23.6%
G = 62.73%
B = 13.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#266516 (or 0x266516) is known color: San Felix. HEX triplet: 26, 65 and 16. RGB value is (38,101,22). Sum of RGB (Red+Green+Blue) = 38+101+22=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #266516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266516 is #D99AE9. Grayscale: #494949. Windows color (decimal): -14260970 or 1467686. OLE color: 1467686.

HSL color Cylindrical-coordinate representation of color #266516: hue angle of 107.85º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #266516 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 101 22 -
CMYK 0.62 0 0.78 0.60
HSL 107.85º 0.64% 0.24% -
HSV(B) 107.85º 0.78% 0.4% -
XYZ 5.6 9.78 2.35 -
YUV 73.16 99.13 102.92 -
System Red Green Blue C M Y K H S L
Decimal 38 101 22 0.62 0 0.78 0.60 107.85 0.64 0.24
Hex 26 65 16 3E 0 4E 3C 6C 40 18
Octal 46 145 26 76 0 116 74 154 100 30
Binary 100110 1100101 10110 111110 0 1001110 111100 1101100 1000000 11000

Color Harmonies of #266516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266516

Black with #266516

Text Example


Text Example

White with #266516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266516; }

 p { color: rgb(38,101,22); }

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

background-color css

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

 a { background-color: rgb(38,101,22); }

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

border-color css

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

 span { border-color: rgb(38,101,22); }

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