Html Css Color HEX #309364 Eucalyptus

📋 copy color: '#309364'

red 48 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #309364

Tints of Eucalyptus #309364

RGB

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

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

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

R = 16.27%
G = 49.83%
B = 33.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#309364 (or 0x309364) is known color: Eucalyptus. HEX triplet: 30, 93 and 64. RGB value is (48,147,100). Sum of RGB (Red+Green+Blue) = 48+147+100=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #309364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309364 is #CF6C9B. Grayscale: #707070. Windows color (decimal): -13593756 or 6591280. OLE color: 6591280.

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

Color convert

RGB 48 147 100 -
CMYK 0.67 0 0.32 0.42
HSL 151.52º 0.51% 0.38% -
HSV(B) 151.52º 0.67% 0.58% -
XYZ 13.95 22.42 15.65 -
YUV 112.04 121.2 82.32 -
System Red Green Blue C M Y K H S L
Decimal 48 147 100 0.67 0 0.32 0.42 151.52 0.51 0.38
Hex 30 93 64 43 0 20 2A 98 33 26
Octal 60 223 144 103 0 40 52 230 63 46
Binary 110000 10010011 1100100 1000011 0 100000 101010 10011000 110011 100110

Color Harmonies of #309364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309364

Black with #309364

Text Example


Text Example

White with #309364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309364; }

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

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

background-color css

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

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

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

border-color css

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

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

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