Html Css Color HEX #309363 Eucalyptus

📋 copy color: '#309363'

red 48 ◦ green 147 ◦ blue 99

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

Shades of Eucalyptus #309363

Tints of Eucalyptus #309363

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50%

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

R = 16.33%
G = 50%
B = 33.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#309363 (or 0x309363) is known color: Eucalyptus. HEX triplet: 30, 93 and 63. RGB value is (48,147,99). Sum of RGB (Red+Green+Blue) = 48+147+99=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #309363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309363 is #CF6C9C. Grayscale: #707070. Windows color (decimal): -13593757 or 6525744. OLE color: 6525744.

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

Color convert

RGB 48 147 99 -
CMYK 0.67 0 0.33 0.42
HSL 150.91º 0.51% 0.38% -
HSV(B) 150.91º 0.67% 0.58% -
XYZ 13.9 22.4 15.39 -
YUV 111.93 120.7 82.4 -
System Red Green Blue C M Y K H S L
Decimal 48 147 99 0.67 0 0.33 0.42 150.91 0.51 0.38
Hex 30 93 63 43 0 21 2A 97 33 26
Octal 60 223 143 103 0 41 52 227 63 46
Binary 110000 10010011 1100011 1000011 0 100001 101010 10010111 110011 100110

Color Harmonies of #309363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309363

Black with #309363

Text Example


Text Example

White with #309363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309363; }

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

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

background-color css

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

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

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

border-color css

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

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

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