Html Css Color HEX #25965A Eucalyptus

📋 copy color: '#25965A'

red 37 ◦ green 150 ◦ blue 90

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

Shades of Eucalyptus #25965A

Tints of Eucalyptus #25965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.15%

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

R = 13.36%
G = 54.15%
B = 32.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#25965A (or 0x25965A) is known color: Eucalyptus. HEX triplet: 25, 96 and 5A. RGB value is (37,150,90). Sum of RGB (Red+Green+Blue) = 37+150+90=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #25965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25965A is #DA69A5. Grayscale: #6D6D6D. Windows color (decimal): -14313894 or 5936677. OLE color: 5936677.

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

Color convert

RGB 37 150 90 -
CMYK 0.75 0 0.4 0.41
HSL 148.14º 0.6% 0.37% -
HSV(B) 148.14º 0.75% 0.59% -
XYZ 13.51 22.94 13.39 -
YUV 109.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 37 150 90 0.75 0 0.4 0.41 148.14 0.6 0.37
Hex 25 96 5A 4B 0 28 29 94 3C 25
Octal 45 226 132 113 0 50 51 224 74 45
Binary 100101 10010110 1011010 1001011 0 101000 101001 10010100 111100 100101

Color Harmonies of #25965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25965A

Black with #25965A

Text Example


Text Example

White with #25965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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