Html Css Color HEX #25965C Eucalyptus

📋 copy color: '#25965C'

red 37 ◦ green 150 ◦ blue 92

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

Shades of Eucalyptus #25965C

Tints of Eucalyptus #25965C

RGB

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

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

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

R = 13.26%
G = 53.76%
B = 32.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#25965C (or 0x25965C) is known color: Eucalyptus. HEX triplet: 25, 96 and 5C. RGB value is (37,150,92). Sum of RGB (Red+Green+Blue) = 37+150+92=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #25965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25965C is #DA69A3. Grayscale: #6D6D6D. Windows color (decimal): -14313892 or 6067749. OLE color: 6067749.

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

Color convert

RGB 37 150 92 -
CMYK 0.75 0 0.39 0.41
HSL 149.2º 0.6% 0.37% -
HSV(B) 149.2º 0.75% 0.59% -
XYZ 13.6 22.98 13.84 -
YUV 109.6 118.06 76.22 -
System Red Green Blue C M Y K H S L
Decimal 37 150 92 0.75 0 0.39 0.41 149.2 0.6 0.37
Hex 25 96 5C 4B 0 27 29 95 3C 25
Octal 45 226 134 113 0 47 51 225 74 45
Binary 100101 10010110 1011100 1001011 0 100111 101001 10010101 111100 100101

Color Harmonies of #25965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25965C

Black with #25965C

Text Example


Text Example

White with #25965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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