Html Css Color HEX #315D5D Oracle

📋 copy color: '#315D5D'

red 49 ◦ green 93 ◦ blue 93

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

Shades of Oracle #315D5D

Tints of Oracle #315D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.57%

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 20.85%
G = 39.57%
B = 39.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#315D5D (or 0x315D5D) is known color: Oracle. HEX triplet: 31, 5D and 5D. RGB value is (49,93,93). Sum of RGB (Red+Green+Blue) = 49+93+93=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #315D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D5D is #CEA2A2. Grayscale: #4F4F4F. Windows color (decimal): -13542051 or 6118705. OLE color: 6118705.

HSL color Cylindrical-coordinate representation of color #315D5D: hue angle of 180º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D5D is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 93 -
CMYK 0.47 0 0 0.64
HSL 180º 0.31% 0.28% -
HSV(B) 180º 0.47% 0.36% -
XYZ 7.16 9.27 11.77 -
YUV 79.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 49 93 93 0.47 0 0 0.64 180 0.31 0.28
Hex 31 5D 5D 2F 0 0 40 B4 1F 1C
Octal 61 135 135 57 0 0 100 264 37 34
Binary 110001 1011101 1011101 101111 0 0 1000000 10110100 11111 11100

Color Harmonies of #315D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D5D

Black with #315D5D

Text Example


Text Example

White with #315D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D5D; }

 p { color: rgb(49,93,93); }

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

background-color css

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

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

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

border-color css

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

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

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