Html Css Color HEX #25652B San Felix

📋 copy color: '#25652B'

red 37 ◦ green 101 ◦ blue 43

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

Shades of San Felix #25652B

Tints of San Felix #25652B

RGB

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

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

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

R = 20.44%
G = 55.8%
B = 23.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#25652B (or 0x25652B) is known color: San Felix. HEX triplet: 25, 65 and 2B. RGB value is (37,101,43). Sum of RGB (Red+Green+Blue) = 37+101+43=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #25652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25652B is #DA9AD4. Grayscale: #4B4B4B. Windows color (decimal): -14326485 or 2843941. OLE color: 2843941.

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

Color convert

RGB 37 101 43 -
CMYK 0.63 0 0.57 0.60
HSL 125.63º 0.46% 0.27% -
HSV(B) 125.63º 0.63% 0.4% -
XYZ 5.85 9.88 3.88 -
YUV 75.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 37 101 43 0.63 0 0.57 0.60 125.63 0.46 0.27
Hex 25 65 2B 3F 0 39 3C 7E 2E 1B
Octal 45 145 53 77 0 71 74 176 56 33
Binary 100101 1100101 101011 111111 0 111001 111100 1111110 101110 11011

Color Harmonies of #25652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25652B

Black with #25652B

Text Example


Text Example

White with #25652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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