Html Css Color HEX #266719 San Felix

📋 copy color: '#266719'

red 38 ◦ green 103 ◦ blue 25

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

Shades of San Felix #266719

Tints of San Felix #266719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.05%

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 22.89%
G = 62.05%
B = 15.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#266719 (or 0x266719) is known color: San Felix. HEX triplet: 26, 67 and 19. RGB value is (38,103,25). Sum of RGB (Red+Green+Blue) = 38+103+25=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #266719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266719 is #D998E6. Grayscale: #4A4A4A. Windows color (decimal): -14260455 or 1664806. OLE color: 1664806.

HSL color Cylindrical-coordinate representation of color #266719: hue angle of 110º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #266719 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 103 25 -
CMYK 0.63 0 0.76 0.60
HSL 110º 0.61% 0.25% -
HSV(B) 110º 0.76% 0.4% -
XYZ 5.83 10.18 2.58 -
YUV 74.67 99.97 101.84 -
System Red Green Blue C M Y K H S L
Decimal 38 103 25 0.63 0 0.76 0.60 110 0.61 0.25
Hex 26 67 19 3F 0 4C 3C 6E 3D 19
Octal 46 147 31 77 0 114 74 156 75 31
Binary 100110 1100111 11001 111111 0 1001100 111100 1101110 111101 11001

Color Harmonies of #266719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266719

Black with #266719

Text Example


Text Example

White with #266719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266719; }

 p { color: rgb(38,103,25); }

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

background-color css

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

 a { background-color: rgb(38,103,25); }

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

border-color css

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

 span { border-color: rgb(38,103,25); }

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