#305956

Color #305956 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #305956

Tints of Oracle #305956

Color information

#305956 (or 0x305956) is unknown color: approx Oracle. HEX triplet: 30, 59 and 56. RGB value is (48,89,86). Sum of RGB (Red+Green+Blue) = 48+89+86=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #305956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305956 is #CFA6A9. Grayscale: #4C4C4C. Windows color (decimal): -13608618 or 5658928. OLE color: 5658928.

HSL color Cylindrical-coordinate representation of color #305956: hue angle of 175.61º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305956 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB488986-
CMYK0.4600.030.65
HSL175.61º29.93%26.86%-
HSV(B)175.61º46.07%34.9%-
XYZ6.478.4510.09-
YUV76.4133.42107.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=21.52%
G=39.91%
B=38.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889860.4600.030.65175.6129.9326.86
Hex3059562E0341b01e1b
Octal6013112656031012603633
Binary110000101100110101101011100111000001101100001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305956; }

 p { color: rgb(48,89,86); }

 H1.HeaderClassName
 {
   color: #305956;
 }
 .AnyTagClassName
 {
   color: #305956;
 }
</style>
background-color css

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

 a { background-color: rgb(48,89,86); }

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

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

 span { border-color: rgb(48,89,86); }

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