Html Css Color HEX #266328 San Felix

📋 copy color: '#266328'

red 38 ◦ green 99 ◦ blue 40

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

Shades of San Felix #266328

Tints of San Felix #266328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 21.47%
G = 55.93%
B = 22.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#266328 (or 0x266328) is known color: San Felix. HEX triplet: 26, 63 and 28. RGB value is (38,99,40). Sum of RGB (Red+Green+Blue) = 38+99+40=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #266328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266328 is #D99CD7. Grayscale: #4A4A4A. Windows color (decimal): -14261464 or 2646822. OLE color: 2646822.

HSL color Cylindrical-coordinate representation of color #266328: hue angle of 121.97º 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 #266328 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 99 40 -
CMYK 0.62 0 0.60 0.61
HSL 121.97º 0.45% 0.27% -
HSV(B) 121.97º 0.62% 0.39% -
XYZ 5.64 9.49 3.54 -
YUV 74.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 38 99 40 0.62 0 0.60 0.61 121.97 0.45 0.27
Hex 26 63 28 3E 0 3C 3D 7A 2D 1B
Octal 46 143 50 76 0 74 75 172 55 33
Binary 100110 1100011 101000 111110 0 111100 111101 1111010 101101 11011

Color Harmonies of #266328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266328

Black with #266328

Text Example


Text Example

White with #266328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266328; }

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

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

background-color css

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

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

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

border-color css

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

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

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