Html Css Color HEX #385E59 Oracle

📋 copy color: '#385E59'

red 56 ◦ green 94 ◦ blue 89

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

Shades of Oracle #385E59

Tints of Oracle #385E59

RGB

 RED value IS 56 (22.27% from 255) = 23.43%

 GREEN value IS 94 (37.11% from 255) = 39.33%

 BLUE value IS 89 (35.16% from 255) = 37.24%

R = 23.43%
G = 39.33%
B = 37.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#385E59 (or 0x385E59) is known color: Oracle. HEX triplet: 38, 5E and 59. RGB value is (56,94,89). Sum of RGB (Red+Green+Blue) = 56+94+89=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 94 - color contains mainly: green. Hex color #385E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E59 is #C7A1A6. Grayscale: #525252. Windows color (decimal): -13083047 or 5856824. OLE color: 5856824.

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

Color convert

RGB 56 94 89 -
CMYK 0.40 0 0.05 0.63
HSL 172.11º 0.25% 0.29% -
HSV(B) 172.11º 0.4% 0.37% -
XYZ 7.44 9.57 10.91 -
YUV 82.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 56 94 89 0.40 0 0.05 0.63 172.11 0.25 0.29
Hex 38 5E 59 28 0 5 3F AC 19 1D
Octal 70 136 131 50 0 5 77 254 31 35
Binary 111000 1011110 1011001 101000 0 101 111111 10101100 11001 11101

Color Harmonies of #385E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E59

Black with #385E59

Text Example


Text Example

White with #385E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385E59; }

 p { color: rgb(56,94,89); }

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

background-color css

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

 a { background-color: rgb(56,94,89); }

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

border-color css

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

 span { border-color: rgb(56,94,89); }

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