Html Css Color HEX #376361 Oracle

📋 copy color: '#376361'

red 55 ◦ green 99 ◦ blue 97

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

Shades of Oracle #376361

Tints of Oracle #376361

RGB

 RED value IS 55 (21.88% from 255) = 21.91%

 GREEN value IS 99 (39.06% from 255) = 39.44%

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

R = 21.91%
G = 39.44%
B = 38.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#376361 (or 0x376361) is known color: Oracle. HEX triplet: 37, 63 and 61. RGB value is (55,99,97). Sum of RGB (Red+Green+Blue) = 55+99+97=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #376361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376361 is #C89C9E. Grayscale: #555555. Windows color (decimal): -13147295 or 6382391. OLE color: 6382391.

HSL color Cylindrical-coordinate representation of color #376361: hue angle of 177.27º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376361 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 99 97 -
CMYK 0.44 0 0.02 0.61
HSL 177.27º 0.29% 0.3% -
HSV(B) 177.27º 0.44% 0.39% -
XYZ 8.2 10.6 12.92 -
YUV 85.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 55 99 97 0.44 0 0.02 0.61 177.27 0.29 0.3
Hex 37 63 61 2C 0 2 3D B1 1D 1E
Octal 67 143 141 54 0 2 75 261 35 36
Binary 110111 1100011 1100001 101100 0 10 111101 10110001 11101 11110

Color Harmonies of #376361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376361

Black with #376361

Text Example


Text Example

White with #376361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376361; }

 p { color: rgb(55,99,97); }

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

background-color css

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

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

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

border-color css

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

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

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