Html Css Color HEX #259264 Eucalyptus

📋 copy color: '#259264'

red 37 ◦ green 146 ◦ blue 100

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

Shades of Eucalyptus #259264

Tints of Eucalyptus #259264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.59%

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 13.07%
G = 51.59%
B = 35.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#259264 (or 0x259264) is known color: Eucalyptus. HEX triplet: 25, 92 and 64. RGB value is (37,146,100). Sum of RGB (Red+Green+Blue) = 37+146+100=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #259264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259264 is #DA6D9B. Grayscale: #6C6C6C. Windows color (decimal): -14314908 or 6591013. OLE color: 6591013.

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

Color convert

RGB 37 146 100 -
CMYK 0.75 0 0.32 0.43
HSL 154.68º 0.6% 0.36% -
HSV(B) 154.68º 0.75% 0.57% -
XYZ 13.34 21.87 15.57 -
YUV 108.17 123.39 77.24 -
System Red Green Blue C M Y K H S L
Decimal 37 146 100 0.75 0 0.32 0.43 154.68 0.6 0.36
Hex 25 92 64 4B 0 20 2B 9B 3C 24
Octal 45 222 144 113 0 40 53 233 74 44
Binary 100101 10010010 1100100 1001011 0 100000 101011 10011011 111100 100100

Color Harmonies of #259264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259264

Black with #259264

Text Example


Text Example

White with #259264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259264; }

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

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

background-color css

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

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

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

border-color css

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

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

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