Html Css Color HEX #356160 Oracle

📋 copy color: '#356160'

red 53 ◦ green 97 ◦ blue 96

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

Shades of Oracle #356160

Tints of Oracle #356160

RGB

 RED value IS 53 (21.09% from 255) = 21.54%

 GREEN value IS 97 (38.28% from 255) = 39.43%

 BLUE value IS 96 (37.89% from 255) = 39.02%

R = 21.54%
G = 39.43%
B = 39.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#356160 (or 0x356160) is known color: Oracle. HEX triplet: 35, 61 and 60. RGB value is (53,97,96). Sum of RGB (Red+Green+Blue) = 53+97+96=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #356160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356160 is #CA9E9F. Grayscale: #535353. Windows color (decimal): -13278880 or 6316341. OLE color: 6316341.

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

Color convert

RGB 53 97 96 -
CMYK 0.45 0 0.01 0.62
HSL 178.64º 0.29% 0.29% -
HSV(B) 178.64º 0.45% 0.38% -
XYZ 7.85 10.15 12.61 -
YUV 83.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 53 97 96 0.45 0 0.01 0.62 178.64 0.29 0.29
Hex 35 61 60 2D 0 1 3E B3 1D 1D
Octal 65 141 140 55 0 1 76 263 35 35
Binary 110101 1100001 1100000 101101 0 1 111110 10110011 11101 11101

Color Harmonies of #356160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356160

Black with #356160

Text Example


Text Example

White with #356160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356160; }

 p { color: rgb(53,97,96); }

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

background-color css

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

 a { background-color: rgb(53,97,96); }

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

border-color css

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

 span { border-color: rgb(53,97,96); }

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