Html Css Color HEX #309668 Eucalyptus

📋 copy color: '#309668'

red 48 ◦ green 150 ◦ blue 104

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

Shades of Eucalyptus #309668

Tints of Eucalyptus #309668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 15.89%
G = 49.67%
B = 34.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#309668 (or 0x309668) is known color: Eucalyptus. HEX triplet: 30, 96 and 68. RGB value is (48,150,104). Sum of RGB (Red+Green+Blue) = 48+150+104=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #309668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309668 is #CF6997. Grayscale: #727272. Windows color (decimal): -13592984 or 6854192. OLE color: 6854192.

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

Color convert

RGB 48 150 104 -
CMYK 0.68 0 0.31 0.41
HSL 152.94º 0.52% 0.39% -
HSV(B) 152.94º 0.68% 0.59% -
XYZ 14.62 23.44 16.85 -
YUV 114.26 122.21 80.74 -
System Red Green Blue C M Y K H S L
Decimal 48 150 104 0.68 0 0.31 0.41 152.94 0.52 0.39
Hex 30 96 68 44 0 1F 29 99 34 27
Octal 60 226 150 104 0 37 51 231 64 47
Binary 110000 10010110 1101000 1000100 0 11111 101001 10011001 110100 100111

Color Harmonies of #309668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309668

Black with #309668

Text Example


Text Example

White with #309668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309668; }

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

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

background-color css

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

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

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

border-color css

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

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

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