Html Css Color HEX #306358 Eden

📋 copy color: '#306358'

red 48 ◦ green 99 ◦ blue 88

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

Shades of Eden #306358

Tints of Eden #306358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.13%

 BLUE value IS 88 (34.77% from 255) = 37.45%

R = 20.43%
G = 42.13%
B = 37.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#306358 (or 0x306358) is known color: Eden. HEX triplet: 30, 63 and 58. RGB value is (48,99,88). Sum of RGB (Red+Green+Blue) = 48+99+88=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #306358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306358 is #CF9CA7. Grayscale: #525252. Windows color (decimal): -13606056 or 5792560. OLE color: 5792560.

HSL color Cylindrical-coordinate representation of color #306358: hue angle of 167.06º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306358 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 88 -
CMYK 0.52 0 0.11 0.61
HSL 167.06º 0.35% 0.29% -
HSV(B) 167.06º 0.52% 0.39% -
XYZ 7.44 10.26 10.82 -
YUV 82.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 48 99 88 0.52 0 0.11 0.61 167.06 0.35 0.29
Hex 30 63 58 34 0 B 3D A7 23 1D
Octal 60 143 130 64 0 13 75 247 43 35
Binary 110000 1100011 1011000 110100 0 1011 111101 10100111 100011 11101

Color Harmonies of #306358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306358

Black with #306358

Text Example


Text Example

White with #306358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306358; }

 p { color: rgb(48,99,88); }

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

background-color css

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

 a { background-color: rgb(48,99,88); }

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

border-color css

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

 span { border-color: rgb(48,99,88); }

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