#309968

Color #309968 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #309968

Tints of Eucalyptus #309968

Color information

#309968 (or 0x309968) is unknown color: approx Eucalyptus. HEX triplet: 30, 99 and 68. RGB value is (48,153,104). Sum of RGB (Red+Green+Blue) = 48+153+104=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #309968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309968 is #CF6697. Grayscale: #747474. Windows color (decimal): -13592216 or 6854960. OLE color: 6854960.

HSL color Cylindrical-coordinate representation of color #309968: hue angle of 152º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309968 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB48153104-
CMYK0.6900.320.4
HSL152º52.24%39.41%-
HSV(B)152º68.63%60%-
XYZ15.1124.4117.01-
YUV116.02121.2179.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=15.74%
G=50.16%
B=34.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481531040.6900.320.415252.2439.41
Hex3099684502028983427
Octal60231150105040502306447
Binary1100001001100111010001000101010000010100010011000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309968; }

 p { color: rgb(48,153,104); }

 H1.HeaderClassName
 {
   color: #309968;
 }
 .AnyTagClassName
 {
   color: #309968;
 }
</style>
background-color css

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

 a { background-color: rgb(48,153,104); }

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

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

 span { border-color: rgb(48,153,104); }

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