Html Css Color HEX #266325 San Felix

📋 copy color: '#266325'

red 38 ◦ green 99 ◦ blue 37

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

Shades of San Felix #266325

Tints of San Felix #266325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.26%

R = 21.84%
G = 56.9%
B = 21.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#266325 (or 0x266325) is known color: San Felix. HEX triplet: 26, 63 and 25. RGB value is (38,99,37). Sum of RGB (Red+Green+Blue) = 38+99+37=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #266325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266325 is #D99CDA. Grayscale: #494949. Windows color (decimal): -14261467 or 2450214. OLE color: 2450214.

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

Color convert

RGB 38 99 37 -
CMYK 0.62 0 0.63 0.61
HSL 119.03º 0.46% 0.27% -
HSV(B) 119.03º 0.63% 0.39% -
XYZ 5.6 9.47 3.28 -
YUV 73.69 107.29 102.54 -
System Red Green Blue C M Y K H S L
Decimal 38 99 37 0.62 0 0.63 0.61 119.03 0.46 0.27
Hex 26 63 25 3E 0 3F 3D 77 2E 1B
Octal 46 143 45 76 0 77 75 167 56 33
Binary 100110 1100011 100101 111110 0 111111 111101 1110111 101110 11011

Color Harmonies of #266325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266325

Black with #266325

Text Example


Text Example

White with #266325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266325; }

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

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

background-color css

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

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

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

border-color css

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

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

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