Html Css Color HEX #326360 Oracle

📋 copy color: '#326360'

red 50 ◦ green 99 ◦ blue 96

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

Shades of Oracle #326360

Tints of Oracle #326360

RGB

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

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

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

R = 20.41%
G = 40.41%
B = 39.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#326360 (or 0x326360) is known color: Oracle. HEX triplet: 32, 63 and 60. RGB value is (50,99,96). Sum of RGB (Red+Green+Blue) = 50+99+96=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #326360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326360 is #CD9C9F. Grayscale: #535353. Windows color (decimal): -13474976 or 6316850. OLE color: 6316850.

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

Color convert

RGB 50 99 96 -
CMYK 0.49 0 0.03 0.61
HSL 176.33º 0.33% 0.29% -
HSV(B) 176.33º 0.49% 0.39% -
XYZ 7.89 10.45 12.67 -
YUV 84.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 50 99 96 0.49 0 0.03 0.61 176.33 0.33 0.29
Hex 32 63 60 31 0 3 3D B0 21 1D
Octal 62 143 140 61 0 3 75 260 41 35
Binary 110010 1100011 1100000 110001 0 11 111101 10110000 100001 11101

Color Harmonies of #326360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326360

Black with #326360

Text Example


Text Example

White with #326360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326360; }

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

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

background-color css

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

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

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

border-color css

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

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

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