Html Css Color HEX #266319 San Felix

📋 copy color: '#266319'

red 38 ◦ green 99 ◦ blue 25

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

Shades of San Felix #266319

Tints of San Felix #266319

RGB

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

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

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

R = 23.46%
G = 61.11%
B = 15.43%

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

#266319 (or 0x266319) is known color: San Felix. HEX triplet: 26, 63 and 19. RGB value is (38,99,25). Sum of RGB (Red+Green+Blue) = 38+99+25=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #266319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266319 is #D99CE6. Grayscale: #484848. Windows color (decimal): -14261479 or 1663782. OLE color: 1663782.

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

Color convert

RGB 38 99 25 -
CMYK 0.62 0 0.75 0.61
HSL 109.46º 0.6% 0.24% -
HSV(B) 109.46º 0.75% 0.39% -
XYZ 5.44 9.41 2.45 -
YUV 72.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 38 99 25 0.62 0 0.75 0.61 109.46 0.6 0.24
Hex 26 63 19 3E 0 4B 3D 6D 3C 18
Octal 46 143 31 76 0 113 75 155 74 30
Binary 100110 1100011 11001 111110 0 1001011 111101 1101101 111100 11000

Color Harmonies of #266319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266319

Black with #266319

Text Example


Text Example

White with #266319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266319; }

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

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

background-color css

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

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

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

border-color css

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

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

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