Html Css Color HEX #256430 San Felix

📋 copy color: '#256430'

red 37 ◦ green 100 ◦ blue 48

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

Shades of San Felix #256430

Tints of San Felix #256430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 20%
G = 54.05%
B = 25.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#256430 (or 0x256430) is known color: San Felix. HEX triplet: 25, 64 and 30. RGB value is (37,100,48). Sum of RGB (Red+Green+Blue) = 37+100+48=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #256430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256430 is #DA9BCF. Grayscale: #4B4B4B. Windows color (decimal): -14326736 or 3171365. OLE color: 3171365.

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

Color convert

RGB 37 100 48 -
CMYK 0.63 0 0.52 0.61
HSL 130.48º 0.46% 0.27% -
HSV(B) 130.48º 0.63% 0.39% -
XYZ 5.85 9.72 4.36 -
YUV 75.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 37 100 48 0.63 0 0.52 0.61 130.48 0.46 0.27
Hex 25 64 30 3F 0 34 3D 82 2E 1B
Octal 45 144 60 77 0 64 75 202 56 33
Binary 100101 1100100 110000 111111 0 110100 111101 10000010 101110 11011

Color Harmonies of #256430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256430

Black with #256430

Text Example


Text Example

White with #256430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256430; }

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

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

background-color css

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

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

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

border-color css

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

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

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