Html Css Color HEX #306560 Eden

📋 copy color: '#306560'

red 48 ◦ green 101 ◦ blue 96

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

Shades of Eden #306560

Tints of Eden #306560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.22%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 19.59%
G = 41.22%
B = 39.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#306560 (or 0x306560) is known color: Eden. HEX triplet: 30, 65 and 60. RGB value is (48,101,96). Sum of RGB (Red+Green+Blue) = 48+101+96=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #306560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306560 is #CF9A9F. Grayscale: #545454. Windows color (decimal): -13605536 or 6317360. OLE color: 6317360.

HSL color Cylindrical-coordinate representation of color #306560: hue angle of 174.34º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306560 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 96 -
CMYK 0.52 0 0.05 0.60
HSL 174.34º 0.36% 0.29% -
HSV(B) 174.34º 0.52% 0.4% -
XYZ 7.98 10.78 12.73 -
YUV 84.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 48 101 96 0.52 0 0.05 0.60 174.34 0.36 0.29
Hex 30 65 60 34 0 5 3C AE 24 1D
Octal 60 145 140 64 0 5 74 256 44 35
Binary 110000 1100101 1100000 110100 0 101 111100 10101110 100100 11101

Color Harmonies of #306560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306560

Black with #306560

Text Example


Text Example

White with #306560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306560; }

 p { color: rgb(48,101,96); }

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

background-color css

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

 a { background-color: rgb(48,101,96); }

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

border-color css

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

 span { border-color: rgb(48,101,96); }

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