Html Css Color HEX #395353 Oracle

📋 copy color: '#395353'

red 57 ◦ green 83 ◦ blue 83

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

Shades of Oracle #395353

Tints of Oracle #395353

RGB

 RED value IS 57 (22.66% from 255) = 25.56%

 GREEN value IS 83 (32.81% from 255) = 37.22%

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 25.56%
G = 37.22%
B = 37.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#395353 (or 0x395353) is known color: Oracle. HEX triplet: 39, 53 and 53. RGB value is (57,83,83). Sum of RGB (Red+Green+Blue) = 57+83+83=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #395353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395353 is #C6ACAC. Grayscale: #4B4B4B. Windows color (decimal): -13020333 or 5460793. OLE color: 5460793.

HSL color Cylindrical-coordinate representation of color #395353: hue angle of 180º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #395353 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 83 -
CMYK 0.31 0 0 0.67
HSL 180º 0.19% 0.27% -
HSV(B) 180º 0.31% 0.33% -
XYZ 6.34 7.68 9.33 -
YUV 75.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 57 83 83 0.31 0 0 0.67 180 0.19 0.27
Hex 39 53 53 1F 0 0 43 B4 13 1B
Octal 71 123 123 37 0 0 103 264 23 33
Binary 111001 1010011 1010011 11111 0 0 1000011 10110100 10011 11011

Color Harmonies of #395353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395353

Black with #395353

Text Example


Text Example

White with #395353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395353; }

 p { color: rgb(57,83,83); }

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

background-color css

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

 a { background-color: rgb(57,83,83); }

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

border-color css

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

 span { border-color: rgb(57,83,83); }

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