Html Css Color HEX #386161 Oracle

📋 copy color: '#386161'

red 56 ◦ green 97 ◦ blue 97

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

Shades of Oracle #386161

Tints of Oracle #386161

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 97 (38.28% from 255) = 38.8%

R = 22.4%
G = 38.8%
B = 38.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#386161 (or 0x386161) is known color: Oracle. HEX triplet: 38, 61 and 61. RGB value is (56,97,97). Sum of RGB (Red+Green+Blue) = 56+97+97=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #386161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386161 is #C79E9E. Grayscale: #545454. Windows color (decimal): -13082271 or 6381880. OLE color: 6381880.

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

Color convert

RGB 56 97 97 -
CMYK 0.42 0 0 0.62
HSL 180º 0.27% 0.3% -
HSV(B) 180º 0.42% 0.38% -
XYZ 8.06 10.25 12.86 -
YUV 84.74 134.92 107.5 -
System Red Green Blue C M Y K H S L
Decimal 56 97 97 0.42 0 0 0.62 180 0.27 0.3
Hex 38 61 61 2A 0 0 3E B4 1B 1E
Octal 70 141 141 52 0 0 76 264 33 36
Binary 111000 1100001 1100001 101010 0 0 111110 10110100 11011 11110

Color Harmonies of #386161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386161

Black with #386161

Text Example


Text Example

White with #386161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386161; }

 p { color: rgb(56,97,97); }

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

background-color css

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

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

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

border-color css

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

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

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