Html Css Color HEX #336160 Oracle

📋 copy color: '#336160'

red 51 ◦ green 97 ◦ blue 96

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

Shades of Oracle #336160

Tints of Oracle #336160

RGB

 RED value IS 51 (20.31% from 255) = 20.9%

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

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

R = 20.9%
G = 39.75%
B = 39.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#336160 (or 0x336160) is known color: Oracle. HEX triplet: 33, 61 and 60. RGB value is (51,97,96). Sum of RGB (Red+Green+Blue) = 51+97+96=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #336160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336160 is #CC9E9F. Grayscale: #535353. Windows color (decimal): -13409952 or 6316339. OLE color: 6316339.

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

Color convert

RGB 51 97 96 -
CMYK 0.47 0 0.01 0.62
HSL 178.7º 0.31% 0.29% -
HSV(B) 178.7º 0.47% 0.38% -
XYZ 7.75 10.1 12.61 -
YUV 83.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 51 97 96 0.47 0 0.01 0.62 178.7 0.31 0.29
Hex 33 61 60 2F 0 1 3E B3 1F 1D
Octal 63 141 140 57 0 1 76 263 37 35
Binary 110011 1100001 1100000 101111 0 1 111110 10110011 11111 11101

Color Harmonies of #336160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336160

Black with #336160

Text Example


Text Example

White with #336160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336160; }

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

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

background-color css

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

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

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

border-color css

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

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

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