Html Css Color HEX #256425 San Felix

📋 copy color: '#256425'

red 37 ◦ green 100 ◦ blue 37

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

Shades of San Felix #256425

Tints of San Felix #256425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.26%

R = 21.26%
G = 57.47%
B = 21.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#256425 (or 0x256425) is known color: San Felix. HEX triplet: 25, 64 and 25. RGB value is (37,100,37). Sum of RGB (Red+Green+Blue) = 37+100+37=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #256425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256425 is #DA9BDA. Grayscale: #4A4A4A. Windows color (decimal): -14326747 or 2450469. OLE color: 2450469.

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

Color convert

RGB 37 100 37 -
CMYK 0.63 0 0.63 0.61
HSL 120º 0.46% 0.27% -
HSV(B) 120º 0.63% 0.39% -
XYZ 5.65 9.64 3.31 -
YUV 73.98 107.13 101.62 -
System Red Green Blue C M Y K H S L
Decimal 37 100 37 0.63 0 0.63 0.61 120 0.46 0.27
Hex 25 64 25 3F 0 3F 3D 78 2E 1B
Octal 45 144 45 77 0 77 75 170 56 33
Binary 100101 1100100 100101 111111 0 111111 111101 1111000 101110 11011

Color Harmonies of #256425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256425

Black with #256425

Text Example


Text Example

White with #256425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256425; }

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

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

background-color css

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

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

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

border-color css

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

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

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