Html Css Color HEX #25945C Eucalyptus

📋 copy color: '#25945C'

red 37 ◦ green 148 ◦ blue 92

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

Shades of Eucalyptus #25945C

Tints of Eucalyptus #25945C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 13.36%
G = 53.43%
B = 33.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#25945C (or 0x25945C) is known color: Eucalyptus. HEX triplet: 25, 94 and 5C. RGB value is (37,148,92). Sum of RGB (Red+Green+Blue) = 37+148+92=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #25945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25945C is #DA6BA3. Grayscale: #6C6C6C. Windows color (decimal): -14314404 or 6067237. OLE color: 6067237.

HSL color Cylindrical-coordinate representation of color #25945C: hue angle of 149.73º 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 #25945C is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 148 92 -
CMYK 0.75 0 0.38 0.42
HSL 149.73º 0.6% 0.36% -
HSV(B) 149.73º 0.75% 0.58% -
XYZ 13.28 22.35 13.74 -
YUV 108.43 118.73 77.05 -
System Red Green Blue C M Y K H S L
Decimal 37 148 92 0.75 0 0.38 0.42 149.73 0.6 0.36
Hex 25 94 5C 4B 0 26 2A 96 3C 24
Octal 45 224 134 113 0 46 52 226 74 44
Binary 100101 10010100 1011100 1001011 0 100110 101010 10010110 111100 100100

Color Harmonies of #25945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25945C

Black with #25945C

Text Example


Text Example

White with #25945C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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