Html Css Color HEX #309B53 Eucalyptus

📋 copy color: '#309B53'

red 48 ◦ green 155 ◦ blue 83

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

Shades of Eucalyptus #309B53

Tints of Eucalyptus #309B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 54.2%

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 16.78%
G = 54.2%
B = 29.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#309B53 (or 0x309B53) is known color: Eucalyptus. HEX triplet: 30, 9B and 53. RGB value is (48,155,83). Sum of RGB (Red+Green+Blue) = 48+155+83=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #309B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B53 is #CF64AC. Grayscale: #727272. Windows color (decimal): -13591725 or 5479216. OLE color: 5479216.

HSL color Cylindrical-coordinate representation of color #309B53: hue angle of 139.63º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B53 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 155 83 -
CMYK 0.69 0 0.46 0.39
HSL 139.63º 0.53% 0.4% -
HSV(B) 139.63º 0.69% 0.61% -
XYZ 14.5 24.7 12.19 -
YUV 114.8 110.05 80.35 -
System Red Green Blue C M Y K H S L
Decimal 48 155 83 0.69 0 0.46 0.39 139.63 0.53 0.4
Hex 30 9B 53 45 0 2E 27 8C 35 28
Octal 60 233 123 105 0 56 47 214 65 50
Binary 110000 10011011 1010011 1000101 0 101110 100111 10001100 110101 101000

Color Harmonies of #309B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B53

Black with #309B53

Text Example


Text Example

White with #309B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309B53; }

 p { color: rgb(48,155,83); }

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

background-color css

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

 a { background-color: rgb(48,155,83); }

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

border-color css

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

 span { border-color: rgb(48,155,83); }

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