Html Css Color HEX #25995A Eucalyptus

📋 copy color: '#25995A'

red 37 ◦ green 153 ◦ blue 90

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

Shades of Eucalyptus #25995A

Tints of Eucalyptus #25995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.64%

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 13.21%
G = 54.64%
B = 32.14%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#25995A (or 0x25995A) is known color: Eucalyptus. HEX triplet: 25, 99 and 5A. RGB value is (37,153,90). Sum of RGB (Red+Green+Blue) = 37+153+90=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #25995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25995A is #DA66A5. Grayscale: #6F6F6F. Windows color (decimal): -14313126 or 5937445. OLE color: 5937445.

HSL color Cylindrical-coordinate representation of color #25995A: hue angle of 147.41º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25995A is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 153 90 -
CMYK 0.76 0 0.41 0.4
HSL 147.41º 0.61% 0.37% -
HSV(B) 147.41º 0.76% 0.6% -
XYZ 14 23.91 13.55 -
YUV 111.13 116.07 75.12 -
System Red Green Blue C M Y K H S L
Decimal 37 153 90 0.76 0 0.41 0.4 147.41 0.61 0.37
Hex 25 99 5A 4C 0 29 28 93 3D 25
Octal 45 231 132 114 0 51 50 223 75 45
Binary 100101 10011001 1011010 1001100 0 101001 101000 10010011 111101 100101

Color Harmonies of #25995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25995A

Black with #25995A

Text Example


Text Example

White with #25995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25995A; }

 p { color: rgb(37,153,90); }

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

background-color css

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

 a { background-color: rgb(37,153,90); }

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

border-color css

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

 span { border-color: rgb(37,153,90); }

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