#34605E

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

Shades of Oracle #34605E

Tints of Oracle #34605E

Color information

#34605E (or 0x34605E) is unknown color: approx Oracle. HEX triplet: 34, 60 and 5E. RGB value is (52,96,94). Sum of RGB (Red+Green+Blue) = 52+96+94=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #34605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34605E is #CB9FA1. Grayscale: #525252. Windows color (decimal): -13344674 or 6185012. OLE color: 6185012.

HSL color Cylindrical-coordinate representation of color #34605E: hue angle of 177.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34605E is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB529694-
CMYK0.4600.020.62
HSL177.27º29.73%29.02%-
HSV(B)177.27º45.83%37.65%-
XYZ7.629.912.1-
YUV82.62134.42106.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=21.49%
G=39.67%
B=38.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296940.4600.020.62177.2729.7329.02
Hex34605E2E023Eb11e1d
Octal641401365602762613635
Binary11010011000001011110101110010111110101100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34605E; }

 p { color: rgb(52,96,94); }

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

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

 a { background-color: rgb(52,96,94); }

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

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

 span { border-color: rgb(52,96,94); }

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