Html Css Color HEX #25611D San Felix

📋 copy color: '#25611D'

red 37 ◦ green 97 ◦ blue 29

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

Shades of San Felix #25611D

Tints of San Felix #25611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 59.51%

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 22.7%
G = 59.51%
B = 17.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#25611D (or 0x25611D) is known color: San Felix. HEX triplet: 25, 61 and 1D. RGB value is (37,97,29). Sum of RGB (Red+Green+Blue) = 37+97+29=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #25611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25611D is #DA9EE2. Grayscale: #474747. Windows color (decimal): -14327523 or 1925413. OLE color: 1925413.

HSL color Cylindrical-coordinate representation of color #25611D: hue angle of 112.94º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25611D is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 97 29 -
CMYK 0.62 0 0.70 0.62
HSL 112.94º 0.54% 0.25% -
HSV(B) 112.94º 0.7% 0.38% -
XYZ 5.26 9.03 2.63 -
YUV 71.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 37 97 29 0.62 0 0.70 0.62 112.94 0.54 0.25
Hex 25 61 1D 3E 0 46 3E 71 36 19
Octal 45 141 35 76 0 106 76 161 66 31
Binary 100101 1100001 11101 111110 0 1000110 111110 1110001 110110 11001

Color Harmonies of #25611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25611D

Black with #25611D

Text Example


Text Example

White with #25611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25611D; }

 p { color: rgb(37,97,29); }

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

background-color css

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

 a { background-color: rgb(37,97,29); }

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

border-color css

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

 span { border-color: rgb(37,97,29); }

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