Html Css Color HEX #306355 Eden

📋 copy color: '#306355'

red 48 ◦ green 99 ◦ blue 85

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

Shades of Eden #306355

Tints of Eden #306355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 20.69%
G = 42.67%
B = 36.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#306355 (or 0x306355) is known color: Eden. HEX triplet: 30, 63 and 55. RGB value is (48,99,85). Sum of RGB (Red+Green+Blue) = 48+99+85=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #306355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306355 is #CF9CAA. Grayscale: #525252. Windows color (decimal): -13606059 or 5595952. OLE color: 5595952.

HSL color Cylindrical-coordinate representation of color #306355: hue angle of 163.53º 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 #306355 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 85 -
CMYK 0.52 0 0.14 0.61
HSL 163.53º 0.35% 0.29% -
HSV(B) 163.53º 0.52% 0.39% -
XYZ 7.32 10.21 10.18 -
YUV 82.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 48 99 85 0.52 0 0.14 0.61 163.53 0.35 0.29
Hex 30 63 55 34 0 E 3D A4 23 1D
Octal 60 143 125 64 0 16 75 244 43 35
Binary 110000 1100011 1010101 110100 0 1110 111101 10100100 100011 11101

Color Harmonies of #306355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306355

Black with #306355

Text Example


Text Example

White with #306355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306355; }

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

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

background-color css

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

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

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

border-color css

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

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

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