Html Css Color HEX #25642E San Felix

📋 copy color: '#25642E'

red 37 ◦ green 100 ◦ blue 46

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

Shades of San Felix #25642E

Tints of San Felix #25642E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 20.22%
G = 54.64%
B = 25.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#25642E (or 0x25642E) is known color: San Felix. HEX triplet: 25, 64 and 2E. RGB value is (37,100,46). Sum of RGB (Red+Green+Blue) = 37+100+46=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #25642E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25642E is #DA9BD1. Grayscale: #4B4B4B. Windows color (decimal): -14326738 or 3040293. OLE color: 3040293.

HSL color Cylindrical-coordinate representation of color #25642E: hue angle of 128.57º 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 #25642E is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 100 46 -
CMYK 0.63 0 0.54 0.61
HSL 128.57º 0.46% 0.27% -
HSV(B) 128.57º 0.63% 0.39% -
XYZ 5.81 9.7 4.15 -
YUV 75.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 37 100 46 0.63 0 0.54 0.61 128.57 0.46 0.27
Hex 25 64 2E 3F 0 36 3D 81 2E 1B
Octal 45 144 56 77 0 66 75 201 56 33
Binary 100101 1100100 101110 111111 0 110110 111101 10000001 101110 11011

Color Harmonies of #25642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25642E

Black with #25642E

Text Example


Text Example

White with #25642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25642E; }

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

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

background-color css

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

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

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

border-color css

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

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

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