Html Css Color HEX #336360 Oracle

📋 copy color: '#336360'

red 51 ◦ green 99 ◦ blue 96

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

Shades of Oracle #336360

Tints of Oracle #336360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.24%

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

R = 20.73%
G = 40.24%
B = 39.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#336360 (or 0x336360) is known color: Oracle. HEX triplet: 33, 63 and 60. RGB value is (51,99,96). Sum of RGB (Red+Green+Blue) = 51+99+96=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #336360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336360 is #CC9C9F. Grayscale: #545454. Windows color (decimal): -13409440 or 6316851. OLE color: 6316851.

HSL color Cylindrical-coordinate representation of color #336360: hue angle of 176.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336360 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 99 96 -
CMYK 0.48 0 0.03 0.61
HSL 176.25º 0.32% 0.29% -
HSV(B) 176.25º 0.48% 0.39% -
XYZ 7.94 10.47 12.67 -
YUV 84.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 51 99 96 0.48 0 0.03 0.61 176.25 0.32 0.29
Hex 33 63 60 30 0 3 3D B0 20 1D
Octal 63 143 140 60 0 3 75 260 40 35
Binary 110011 1100011 1100000 110000 0 11 111101 10110000 100000 11101

Color Harmonies of #336360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336360

Black with #336360

Text Example


Text Example

White with #336360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336360; }

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

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

background-color css

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

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

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

border-color css

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

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

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