Html Css Color HEX #31965B Eucalyptus

📋 copy color: '#31965B'

red 49 ◦ green 150 ◦ blue 91

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

Shades of Eucalyptus #31965B

Tints of Eucalyptus #31965B

RGB

 RED value IS 49 (19.53% from 255) = 16.9%

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

 BLUE value IS 91 (35.94% from 255) = 31.38%

R = 16.9%
G = 51.72%
B = 31.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#31965B (or 0x31965B) is known color: Eucalyptus. HEX triplet: 31, 96 and 5B. RGB value is (49,150,91). Sum of RGB (Red+Green+Blue) = 49+150+91=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #31965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31965B is #CE69A4. Grayscale: #717171. Windows color (decimal): -13527461 or 6002225. OLE color: 6002225.

HSL color Cylindrical-coordinate representation of color #31965B: hue angle of 144.95º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31965B is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 91 -
CMYK 0.67 0 0.39 0.41
HSL 144.95º 0.51% 0.39% -
HSV(B) 144.95º 0.67% 0.59% -
XYZ 14.06 23.22 13.64 -
YUV 113.08 115.54 82.3 -
System Red Green Blue C M Y K H S L
Decimal 49 150 91 0.67 0 0.39 0.41 144.95 0.51 0.39
Hex 31 96 5B 43 0 27 29 91 33 27
Octal 61 226 133 103 0 47 51 221 63 47
Binary 110001 10010110 1011011 1000011 0 100111 101001 10010001 110011 100111

Color Harmonies of #31965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31965B

Black with #31965B

Text Example


Text Example

White with #31965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31965B; }

 p { color: rgb(49,150,91); }

 H1.HeaderClassName
 {
   color: #31965B;
 }
 .AnyTagClassName
 {
   color: #31965B;
 }
</style>

background-color css

<style>
 a { background-color: #31965B; }

 a { background-color: rgb(49,150,91); }

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

border-color css

<style>
 span { border-color: #31965B; }

 span { border-color: rgb(49,150,91); }

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