Html Css Color HEX #395655 Oracle

📋 copy color: '#395655'

red 57 ◦ green 86 ◦ blue 85

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

Shades of Oracle #395655

Tints of Oracle #395655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.72%

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 25%
G = 37.72%
B = 37.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#395655 (or 0x395655) is known color: Oracle. HEX triplet: 39, 56 and 55. RGB value is (57,86,85). Sum of RGB (Red+Green+Blue) = 57+86+85=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #395655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395655 is #C6A9AA. Grayscale: #4D4D4D. Windows color (decimal): -13019563 or 5592633. OLE color: 5592633.

HSL color Cylindrical-coordinate representation of color #395655: hue angle of 177.93º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395655 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 85 -
CMYK 0.34 0 0.01 0.66
HSL 177.93º 0.2% 0.28% -
HSV(B) 177.93º 0.34% 0.34% -
XYZ 6.65 8.18 9.82 -
YUV 77.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 57 86 85 0.34 0 0.01 0.66 177.93 0.2 0.28
Hex 39 56 55 22 0 1 42 B2 14 1C
Octal 71 126 125 42 0 1 102 262 24 34
Binary 111001 1010110 1010101 100010 0 1 1000010 10110010 10100 11100

Color Harmonies of #395655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395655

Black with #395655

Text Example


Text Example

White with #395655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395655; }

 p { color: rgb(57,86,85); }

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

background-color css

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

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

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

border-color css

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

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

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