Html Css Color HEX #309664 Eucalyptus

📋 copy color: '#309664'

red 48 ◦ green 150 ◦ blue 100

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

Shades of Eucalyptus #309664

Tints of Eucalyptus #309664

RGB

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

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

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

R = 16.11%
G = 50.34%
B = 33.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#309664 (or 0x309664) is known color: Eucalyptus. HEX triplet: 30, 96 and 64. RGB value is (48,150,100). Sum of RGB (Red+Green+Blue) = 48+150+100=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #309664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309664 is #CF699B. Grayscale: #717171. Windows color (decimal): -13592988 or 6592048. OLE color: 6592048.

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

Color convert

RGB 48 150 100 -
CMYK 0.68 0 0.33 0.41
HSL 150.59º 0.52% 0.39% -
HSV(B) 150.59º 0.68% 0.59% -
XYZ 14.43 23.36 15.81 -
YUV 113.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 48 150 100 0.68 0 0.33 0.41 150.59 0.52 0.39
Hex 30 96 64 44 0 21 29 97 34 27
Octal 60 226 144 104 0 41 51 227 64 47
Binary 110000 10010110 1100100 1000100 0 100001 101001 10010111 110100 100111

Color Harmonies of #309664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309664

Black with #309664

Text Example


Text Example

White with #309664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309664; }

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

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

background-color css

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

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

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

border-color css

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

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

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