Html Css Color HEX #395F5F Oracle

📋 copy color: '#395F5F'

red 57 ◦ green 95 ◦ blue 95

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

Shades of Oracle #395F5F

Tints of Oracle #395F5F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.46%

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 23.08%
G = 38.46%
B = 38.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#395F5F (or 0x395F5F) is known color: Oracle. HEX triplet: 39, 5F and 5F. RGB value is (57,95,95). Sum of RGB (Red+Green+Blue) = 57+95+95=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: green, blue. Hex color #395F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F5F is #C6A0A0. Grayscale: #535353. Windows color (decimal): -13017249 or 6250297. OLE color: 6250297.

HSL color Cylindrical-coordinate representation of color #395F5F: hue angle of 180º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395F5F is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 95 95 -
CMYK 0.40 0 0 0.63
HSL 180º 0.25% 0.3% -
HSV(B) 180º 0.4% 0.37% -
XYZ 7.85 9.88 12.32 -
YUV 83.64 134.41 109 -
System Red Green Blue C M Y K H S L
Decimal 57 95 95 0.40 0 0 0.63 180 0.25 0.3
Hex 39 5F 5F 28 0 0 3F B4 19 1E
Octal 71 137 137 50 0 0 77 264 31 36
Binary 111001 1011111 1011111 101000 0 0 111111 10110100 11001 11110

Color Harmonies of #395F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F5F

Black with #395F5F

Text Example


Text Example

White with #395F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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