#34615D

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

Shades of Oracle #34615D

Tints of Oracle #34615D

Color information

#34615D (or 0x34615D) is unknown color: approx Oracle. HEX triplet: 34, 61 and 5D. RGB value is (52,97,93). Sum of RGB (Red+Green+Blue) = 52+97+93=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #34615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34615D is #CB9EA2. Grayscale: #535353. Windows color (decimal): -13344419 or 6119732. OLE color: 6119732.

HSL color Cylindrical-coordinate representation of color #34615D: hue angle of 174.67º 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 #34615D is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB529793-
CMYK0.4600.040.62
HSL174.67º30.2%29.22%-
HSV(B)174.67º46.39%38.04%-
XYZ7.6710.0711.9-
YUV83.09133.59105.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=21.49%
G=40.08%
B=38.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297930.4600.040.62174.6730.229.22
Hex34615D2E043Eaf1e1d
Octal641411355604762573635
Binary110100110000110111011011100100111110101011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34615D; }

 p { color: rgb(52,97,93); }

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

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

 a { background-color: rgb(52,97,93); }

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

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

 span { border-color: rgb(52,97,93); }

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