Html Css Color HEX #266525 San Felix

📋 copy color: '#266525'

red 38 ◦ green 101 ◦ blue 37

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

Shades of San Felix #266525

Tints of San Felix #266525

RGB

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

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

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

R = 21.59%
G = 57.39%
B = 21.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#266525 (or 0x266525) is known color: San Felix. HEX triplet: 26, 65 and 25. RGB value is (38,101,37). Sum of RGB (Red+Green+Blue) = 38+101+37=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #266525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266525 is #D99ADA. Grayscale: #4B4B4B. Windows color (decimal): -14260955 or 2450726. OLE color: 2450726.

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

Color convert

RGB 38 101 37 -
CMYK 0.62 0 0.63 0.60
HSL 119.06º 0.46% 0.27% -
HSV(B) 119.06º 0.63% 0.4% -
XYZ 5.79 9.85 3.35 -
YUV 74.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 38 101 37 0.62 0 0.63 0.60 119.06 0.46 0.27
Hex 26 65 25 3E 0 3F 3C 77 2E 1B
Octal 46 145 45 76 0 77 74 167 56 33
Binary 100110 1100101 100101 111110 0 111111 111100 1110111 101110 11011

Color Harmonies of #266525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266525

Black with #266525

Text Example


Text Example

White with #266525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266525; }

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

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

background-color css

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

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

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

border-color css

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

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

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