Html Css Color HEX #259160 Eucalyptus

📋 copy color: '#259160'

red 37 ◦ green 145 ◦ blue 96

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

Shades of Eucalyptus #259160

Tints of Eucalyptus #259160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.16%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 13.31%
G = 52.16%
B = 34.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#259160 (or 0x259160) is known color: Eucalyptus. HEX triplet: 25, 91 and 60. RGB value is (37,145,96). Sum of RGB (Red+Green+Blue) = 37+145+96=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #259160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259160 is #DA6E9F. Grayscale: #6B6B6B. Windows color (decimal): -14315168 or 6328613. OLE color: 6328613.

HSL color Cylindrical-coordinate representation of color #259160: hue angle of 152.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259160 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 145 96 -
CMYK 0.74 0 0.34 0.43
HSL 152.78º 0.59% 0.36% -
HSV(B) 152.78º 0.74% 0.57% -
XYZ 13 21.49 14.53 -
YUV 107.12 121.72 77.98 -
System Red Green Blue C M Y K H S L
Decimal 37 145 96 0.74 0 0.34 0.43 152.78 0.59 0.36
Hex 25 91 60 4A 0 22 2B 99 3B 24
Octal 45 221 140 112 0 42 53 231 73 44
Binary 100101 10010001 1100000 1001010 0 100010 101011 10011001 111011 100100

Color Harmonies of #259160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259160

Black with #259160

Text Example


Text Example

White with #259160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259160; }

 p { color: rgb(37,145,96); }

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

background-color css

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

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

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

border-color css

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

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

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