Html Css Color HEX #266625 San Felix

📋 copy color: '#266625'

red 38 ◦ green 102 ◦ blue 37

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

Shades of San Felix #266625

Tints of San Felix #266625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.63%

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

R = 21.47%
G = 57.63%
B = 20.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#266625 (or 0x266625) is known color: San Felix. HEX triplet: 26, 66 and 25. RGB value is (38,102,37). Sum of RGB (Red+Green+Blue) = 38+102+37=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #266625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266625 is #D999DA. Grayscale: #4B4B4B. Windows color (decimal): -14260699 or 2450982. OLE color: 2450982.

HSL color Cylindrical-coordinate representation of color #266625: hue angle of 119.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266625 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 102 37 -
CMYK 0.63 0 0.64 0.6
HSL 119.08º 0.47% 0.27% -
HSV(B) 119.08º 0.64% 0.4% -
XYZ 5.88 10.05 3.38 -
YUV 75.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 38 102 37 0.63 0 0.64 0.6 119.08 0.47 0.27
Hex 26 66 25 3F 0 40 3C 77 2F 1B
Octal 46 146 45 77 0 100 74 167 57 33
Binary 100110 1100110 100101 111111 0 1000000 111100 1110111 101111 11011

Color Harmonies of #266625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266625

Black with #266625

Text Example


Text Example

White with #266625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266625; }

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

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

background-color css

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

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

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

border-color css

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

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

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