Html Css Color HEX #309464 Eucalyptus

📋 copy color: '#309464'

red 48 ◦ green 148 ◦ blue 100

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

Shades of Eucalyptus #309464

Tints of Eucalyptus #309464

RGB

 RED value IS 48 (19.14% from 255) = 16.22%

 GREEN value IS 148 (58.2% from 255) = 50%

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 16.22%
G = 50%
B = 33.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#309464 (or 0x309464) is known color: Eucalyptus. HEX triplet: 30, 94 and 64. RGB value is (48,148,100). Sum of RGB (Red+Green+Blue) = 48+148+100=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #309464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309464 is #CF6B9B. Grayscale: #707070. Windows color (decimal): -13593500 or 6591536. OLE color: 6591536.

HSL color Cylindrical-coordinate representation of color #309464: hue angle of 151.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309464 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 100 -
CMYK 0.68 0 0.32 0.42
HSL 151.2º 0.51% 0.38% -
HSV(B) 151.2º 0.68% 0.58% -
XYZ 14.11 22.73 15.7 -
YUV 112.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 48 148 100 0.68 0 0.32 0.42 151.2 0.51 0.38
Hex 30 94 64 44 0 20 2A 97 33 26
Octal 60 224 144 104 0 40 52 227 63 46
Binary 110000 10010100 1100100 1000100 0 100000 101010 10010111 110011 100110

Color Harmonies of #309464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309464

Black with #309464

Text Example


Text Example

White with #309464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309464; }

 p { color: rgb(48,148,100); }

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

background-color css

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

 a { background-color: rgb(48,148,100); }

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

border-color css

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

 span { border-color: rgb(48,148,100); }

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