Html Css Color HEX #319B5C Eucalyptus

📋 copy color: '#319B5C'

red 49 ◦ green 155 ◦ blue 92

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

Shades of Eucalyptus #319B5C

Tints of Eucalyptus #319B5C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.36%

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

R = 16.55%
G = 52.36%
B = 31.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#319B5C (or 0x319B5C) is known color: Eucalyptus. HEX triplet: 31, 9B and 5C. RGB value is (49,155,92). Sum of RGB (Red+Green+Blue) = 49+155+92=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #319B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B5C is #CE64A3. Grayscale: #747474. Windows color (decimal): -13526180 or 6069041. OLE color: 6069041.

HSL color Cylindrical-coordinate representation of color #319B5C: hue angle of 144.34º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B5C is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 92 -
CMYK 0.68 0 0.41 0.39
HSL 144.34º 0.52% 0.4% -
HSV(B) 144.34º 0.68% 0.61% -
XYZ 14.92 24.87 14.14 -
YUV 116.12 114.38 80.12 -
System Red Green Blue C M Y K H S L
Decimal 49 155 92 0.68 0 0.41 0.39 144.34 0.52 0.4
Hex 31 9B 5C 44 0 29 27 90 34 28
Octal 61 233 134 104 0 51 47 220 64 50
Binary 110001 10011011 1011100 1000100 0 101001 100111 10010000 110100 101000

Color Harmonies of #319B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B5C

Black with #319B5C

Text Example


Text Example

White with #319B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319B5C; }

 p { color: rgb(49,155,92); }

 H1.HeaderClassName
 {
   color: #319B5C;
 }
 .AnyTagClassName
 {
   color: #319B5C;
 }
</style>

background-color css

<style>
 a { background-color: #319B5C; }

 a { background-color: rgb(49,155,92); }

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

border-color css

<style>
 span { border-color: #319B5C; }

 span { border-color: rgb(49,155,92); }

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