Html Css Color HEX #25642B San Felix

📋 copy color: '#25642B'

red 37 ◦ green 100 ◦ blue 43

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

Shades of San Felix #25642B

Tints of San Felix #25642B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 20.56%
G = 55.56%
B = 23.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#25642B (or 0x25642B) is known color: San Felix. HEX triplet: 25, 64 and 2B. RGB value is (37,100,43). Sum of RGB (Red+Green+Blue) = 37+100+43=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #25642B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25642B is #DA9BD4. Grayscale: #4A4A4A. Windows color (decimal): -14326741 or 2843685. OLE color: 2843685.

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

Color convert

RGB 37 100 43 -
CMYK 0.63 0 0.57 0.61
HSL 125.71º 0.46% 0.27% -
HSV(B) 125.71º 0.63% 0.39% -
XYZ 5.76 9.68 3.85 -
YUV 74.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 37 100 43 0.63 0 0.57 0.61 125.71 0.46 0.27
Hex 25 64 2B 3F 0 39 3D 7E 2E 1B
Octal 45 144 53 77 0 71 75 176 56 33
Binary 100101 1100100 101011 111111 0 111001 111101 1111110 101110 11011

Color Harmonies of #25642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25642B

Black with #25642B

Text Example


Text Example

White with #25642B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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