Html Css Color HEX #385554 Oracle

📋 copy color: '#385554'

red 56 ◦ green 85 ◦ blue 84

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

Shades of Oracle #385554

Tints of Oracle #385554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.78%

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 24.89%
G = 37.78%
B = 37.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#385554 (or 0x385554) is known color: Oracle. HEX triplet: 38, 55 and 54. RGB value is (56,85,84). Sum of RGB (Red+Green+Blue) = 56+85+84=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #385554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385554 is #C7AAAB. Grayscale: #4C4C4C. Windows color (decimal): -13085356 or 5526840. OLE color: 5526840.

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

Color convert

RGB 56 85 84 -
CMYK 0.34 0 0.01 0.67
HSL 177.93º 0.21% 0.28% -
HSV(B) 177.93º 0.34% 0.33% -
XYZ 6.48 7.98 9.59 -
YUV 76.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 56 85 84 0.34 0 0.01 0.67 177.93 0.21 0.28
Hex 38 55 54 22 0 1 43 B2 15 1C
Octal 70 125 124 42 0 1 103 262 25 34
Binary 111000 1010101 1010100 100010 0 1 1000011 10110010 10101 11100

Color Harmonies of #385554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385554

Black with #385554

Text Example


Text Example

White with #385554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385554; }

 p { color: rgb(56,85,84); }

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

background-color css

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

 a { background-color: rgb(56,85,84); }

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

border-color css

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

 span { border-color: rgb(56,85,84); }

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