Html Css Color HEX #25641A San Felix

📋 copy color: '#25641A'

red 37 ◦ green 100 ◦ blue 26

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

Shades of San Felix #25641A

Tints of San Felix #25641A

RGB

 RED value IS 37 (14.84% from 255) = 22.7%

 GREEN value IS 100 (39.45% from 255) = 61.35%

 BLUE value IS 26 (10.55% from 255) = 15.95%

R = 22.7%
G = 61.35%
B = 15.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#25641A (or 0x25641A) is known color: San Felix. HEX triplet: 25, 64 and 1A. RGB value is (37,100,26). Sum of RGB (Red+Green+Blue) = 37+100+26=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #25641A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25641A is #DA9BE5. Grayscale: #484848. Windows color (decimal): -14326758 or 1729573. OLE color: 1729573.

HSL color Cylindrical-coordinate representation of color #25641A: hue angle of 111.08º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25641A is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 100 26 -
CMYK 0.63 0 0.74 0.61
HSL 111.08º 0.59% 0.25% -
HSV(B) 111.08º 0.74% 0.39% -
XYZ 5.51 9.58 2.54 -
YUV 72.73 101.63 102.52 -
System Red Green Blue C M Y K H S L
Decimal 37 100 26 0.63 0 0.74 0.61 111.08 0.59 0.25
Hex 25 64 1A 3F 0 4A 3D 6F 3B 19
Octal 45 144 32 77 0 112 75 157 73 31
Binary 100101 1100100 11010 111111 0 1001010 111101 1101111 111011 11001

Color Harmonies of #25641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25641A

Black with #25641A

Text Example


Text Example

White with #25641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25641A; }

 p { color: rgb(37,100,26); }

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

background-color css

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

 a { background-color: rgb(37,100,26); }

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

border-color css

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

 span { border-color: rgb(37,100,26); }

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