Html Css Color HEX #25945D Eucalyptus

📋 copy color: '#25945D'

red 37 ◦ green 148 ◦ blue 93

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

Shades of Eucalyptus #25945D

Tints of Eucalyptus #25945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 13.31%
G = 53.24%
B = 33.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#25945D (or 0x25945D) is known color: Eucalyptus. HEX triplet: 25, 94 and 5D. RGB value is (37,148,93). Sum of RGB (Red+Green+Blue) = 37+148+93=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #25945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25945D is #DA6BA2. Grayscale: #6C6C6C. Windows color (decimal): -14314403 or 6132773. OLE color: 6132773.

HSL color Cylindrical-coordinate representation of color #25945D: hue angle of 150.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25945D is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 148 93 -
CMYK 0.75 0 0.37 0.42
HSL 150.27º 0.6% 0.36% -
HSV(B) 150.27º 0.75% 0.58% -
XYZ 13.33 22.36 13.97 -
YUV 108.54 119.23 76.97 -
System Red Green Blue C M Y K H S L
Decimal 37 148 93 0.75 0 0.37 0.42 150.27 0.6 0.36
Hex 25 94 5D 4B 0 25 2A 96 3C 24
Octal 45 224 135 113 0 45 52 226 74 44
Binary 100101 10010100 1011101 1001011 0 100101 101010 10010110 111100 100100

Color Harmonies of #25945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25945D

Black with #25945D

Text Example


Text Example

White with #25945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25945D; }

 p { color: rgb(37,148,93); }

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

background-color css

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

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

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

border-color css

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

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

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