Html Css Color HEX #266419 San Felix

📋 copy color: '#266419'

red 38 ◦ green 100 ◦ blue 25

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

Shades of San Felix #266419

Tints of San Felix #266419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 61.35%

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

R = 23.31%
G = 61.35%
B = 15.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#266419 (or 0x266419) is known color: San Felix. HEX triplet: 26, 64 and 19. RGB value is (38,100,25). Sum of RGB (Red+Green+Blue) = 38+100+25=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #266419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266419 is #D99BE6. Grayscale: #494949. Windows color (decimal): -14261223 or 1664038. OLE color: 1664038.

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

Color convert

RGB 38 100 25 -
CMYK 0.62 0 0.75 0.61
HSL 109.6º 0.6% 0.25% -
HSV(B) 109.6º 0.75% 0.39% -
XYZ 5.53 9.6 2.48 -
YUV 72.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 38 100 25 0.62 0 0.75 0.61 109.6 0.6 0.25
Hex 26 64 19 3E 0 4B 3D 6E 3C 19
Octal 46 144 31 76 0 113 75 156 74 31
Binary 100110 1100100 11001 111110 0 1001011 111101 1101110 111100 11001

Color Harmonies of #266419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266419

Black with #266419

Text Example


Text Example

White with #266419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266419; }

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

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

background-color css

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

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

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

border-color css

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

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

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