Html Css Color HEX #309463 Eucalyptus

📋 copy color: '#309463'

red 48 ◦ green 148 ◦ blue 99

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

Shades of Eucalyptus #309463

Tints of Eucalyptus #309463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 16.27%
G = 50.17%
B = 33.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#309463 (or 0x309463) is known color: Eucalyptus. HEX triplet: 30, 94 and 63. RGB value is (48,148,99). Sum of RGB (Red+Green+Blue) = 48+148+99=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #309463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309463 is #CF6B9C. Grayscale: #707070. Windows color (decimal): -13593501 or 6526000. OLE color: 6526000.

HSL color Cylindrical-coordinate representation of color #309463: hue angle of 150.6º 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 #309463 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 99 -
CMYK 0.68 0 0.33 0.42
HSL 150.6º 0.51% 0.38% -
HSV(B) 150.6º 0.68% 0.58% -
XYZ 14.06 22.71 15.45 -
YUV 112.51 120.37 81.98 -
System Red Green Blue C M Y K H S L
Decimal 48 148 99 0.68 0 0.33 0.42 150.6 0.51 0.38
Hex 30 94 63 44 0 21 2A 97 33 26
Octal 60 224 143 104 0 41 52 227 63 46
Binary 110000 10010100 1100011 1000100 0 100001 101010 10010111 110011 100110

Color Harmonies of #309463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309463

Black with #309463

Text Example


Text Example

White with #309463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309463; }

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

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

background-color css

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

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

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

border-color css

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

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

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