Html Css Color HEX #309663 Eucalyptus

📋 copy color: '#309663'

red 48 ◦ green 150 ◦ blue 99

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

Shades of Eucalyptus #309663

Tints of Eucalyptus #309663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

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

R = 16.16%
G = 50.51%
B = 33.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#309663 (or 0x309663) is known color: Eucalyptus. HEX triplet: 30, 96 and 63. RGB value is (48,150,99). Sum of RGB (Red+Green+Blue) = 48+150+99=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #309663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309663 is #CF699C. Grayscale: #717171. Windows color (decimal): -13592989 or 6526512. OLE color: 6526512.

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

Color convert

RGB 48 150 99 -
CMYK 0.68 0 0.34 0.41
HSL 150º 0.52% 0.39% -
HSV(B) 150º 0.68% 0.59% -
XYZ 14.38 23.34 15.55 -
YUV 113.69 119.71 81.15 -
System Red Green Blue C M Y K H S L
Decimal 48 150 99 0.68 0 0.34 0.41 150 0.52 0.39
Hex 30 96 63 44 0 22 29 96 34 27
Octal 60 226 143 104 0 42 51 226 64 47
Binary 110000 10010110 1100011 1000100 0 100010 101001 10010110 110100 100111

Color Harmonies of #309663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309663

Black with #309663

Text Example


Text Example

White with #309663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309663; }

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

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

background-color css

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

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

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

border-color css

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

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

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