#385554

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

Shades of Oracle #385554

Tints of Oracle #385554

Color information

#385554 (or 0x385554) is unknown color: approx Oracle. HEX triplet: 38, 55 and 54. RGB value is (56,85,84). Sum of RGB (Red+Green+Blue) = 56+85+84=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #385554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385554 is #C7AAAB. Grayscale: #4C4C4C. Windows color (decimal): -13085356 or 5526840. OLE color: 5526840.

HSL color Cylindrical-coordinate representation of color #385554: hue angle of 177.93º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #385554 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB568584-
CMYK0.3400.010.67
HSL177.93º20.57%27.65%-
HSV(B)177.93º34.12%33.33%-
XYZ6.487.989.59-
YUV76.22132.39113.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=24.89%
G=37.78%
B=37.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685840.3400.010.67177.9320.5727.65
Hex385554220143b2151c
Octal7012512442011032622534
Binary11100010101011010100100010011000011101100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385554; }

 p { color: rgb(56,85,84); }

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

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

 a { background-color: rgb(56,85,84); }

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

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

 span { border-color: rgb(56,85,84); }

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