Html Css Color HEX #326060 Oracle

📋 copy color: '#326060'

red 50 ◦ green 96 ◦ blue 96

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

Shades of Oracle #326060

Tints of Oracle #326060

RGB

 RED value IS 50 (19.92% from 255) = 20.66%

 GREEN value IS 96 (37.89% from 255) = 39.67%

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

R = 20.66%
G = 39.67%
B = 39.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#326060 (or 0x326060) is known color: Oracle. HEX triplet: 32, 60 and 60. RGB value is (50,96,96). Sum of RGB (Red+Green+Blue) = 50+96+96=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #326060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326060 is #CD9F9F. Grayscale: #525252. Windows color (decimal): -13475744 or 6316082. OLE color: 6316082.

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

Color convert

RGB 50 96 96 -
CMYK 0.48 0 0 0.62
HSL 180º 0.32% 0.29% -
HSV(B) 180º 0.48% 0.38% -
XYZ 7.61 9.89 12.57 -
YUV 82.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 50 96 96 0.48 0 0 0.62 180 0.32 0.29
Hex 32 60 60 30 0 0 3E B4 20 1D
Octal 62 140 140 60 0 0 76 264 40 35
Binary 110010 1100000 1100000 110000 0 0 111110 10110100 100000 11101

Color Harmonies of #326060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326060

Black with #326060

Text Example


Text Example

White with #326060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326060; }

 p { color: rgb(50,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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