Html Css Color HEX #266531 San Felix

📋 copy color: '#266531'

red 38 ◦ green 101 ◦ blue 49

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

Shades of San Felix #266531

Tints of San Felix #266531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.06%

R = 20.21%
G = 53.72%
B = 26.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#266531 (or 0x266531) is known color: San Felix. HEX triplet: 26, 65 and 31. RGB value is (38,101,49). Sum of RGB (Red+Green+Blue) = 38+101+49=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #266531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266531 is #D99ACE. Grayscale: #4C4C4C. Windows color (decimal): -14260943 or 3237158. OLE color: 3237158.

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

Color convert

RGB 38 101 49 -
CMYK 0.62 0 0.51 0.60
HSL 130.48º 0.45% 0.27% -
HSV(B) 130.48º 0.62% 0.4% -
XYZ 6.01 9.94 4.51 -
YUV 76.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 38 101 49 0.62 0 0.51 0.60 130.48 0.45 0.27
Hex 26 65 31 3E 0 33 3C 82 2D 1B
Octal 46 145 61 76 0 63 74 202 55 33
Binary 100110 1100101 110001 111110 0 110011 111100 10000010 101101 11011

Color Harmonies of #266531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266531

Black with #266531

Text Example


Text Example

White with #266531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266531; }

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

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

background-color css

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

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

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

border-color css

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

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

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