Html Css Color HEX #315956 Oracle

📋 copy color: '#315956'

red 49 ◦ green 89 ◦ blue 86

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

Shades of Oracle #315956

Tints of Oracle #315956

RGB

 RED value IS 49 (19.53% from 255) = 21.88%

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 86 (33.98% from 255) = 38.39%

R = 21.88%
G = 39.73%
B = 38.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#315956 (or 0x315956) is known color: Oracle. HEX triplet: 31, 59 and 56. RGB value is (49,89,86). Sum of RGB (Red+Green+Blue) = 49+89+86=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #315956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315956 is #CEA6A9. Grayscale: #4C4C4C. Windows color (decimal): -13543082 or 5658929. OLE color: 5658929.

HSL color Cylindrical-coordinate representation of color #315956: hue angle of 175.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315956 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 86 -
CMYK 0.45 0 0.03 0.65
HSL 175.5º 0.29% 0.27% -
HSV(B) 175.5º 0.45% 0.35% -
XYZ 6.52 8.47 10.1 -
YUV 76.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 49 89 86 0.45 0 0.03 0.65 175.5 0.29 0.27
Hex 31 59 56 2D 0 3 41 B0 1D 1B
Octal 61 131 126 55 0 3 101 260 35 33
Binary 110001 1011001 1010110 101101 0 11 1000001 10110000 11101 11011

Color Harmonies of #315956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315956

Black with #315956

Text Example


Text Example

White with #315956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315956; }

 p { color: rgb(49,89,86); }

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

background-color css

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

 a { background-color: rgb(49,89,86); }

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

border-color css

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

 span { border-color: rgb(49,89,86); }

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