Html Css Color HEX #395050 Oracle

📋 copy color: '#395050'

red 57 ◦ green 80 ◦ blue 80

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

Shades of Oracle #395050

Tints of Oracle #395050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 26.27%
G = 36.87%
B = 36.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#395050 (or 0x395050) is known color: Oracle. HEX triplet: 39, 50 and 50. RGB value is (57,80,80). Sum of RGB (Red+Green+Blue) = 57+80+80=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #395050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395050 is #C6AFAF. Grayscale: #494949. Windows color (decimal): -13021104 or 5263417. OLE color: 5263417.

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

Color convert

RGB 57 80 80 -
CMYK 0.29 0 0 0.69
HSL 180º 0.17% 0.27% -
HSV(B) 180º 0.29% 0.31% -
XYZ 6 7.19 8.66 -
YUV 73.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 57 80 80 0.29 0 0 0.69 180 0.17 0.27
Hex 39 50 50 1D 0 0 45 B4 11 1B
Octal 71 120 120 35 0 0 105 264 21 33
Binary 111001 1010000 1010000 11101 0 0 1000101 10110100 10001 11011

Color Harmonies of #395050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395050

Black with #395050

Text Example


Text Example

White with #395050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395050; }

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

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

background-color css

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

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

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

border-color css

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

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

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