Html Css Color HEX #376260 Oracle

📋 copy color: '#376260'

red 55 ◦ green 98 ◦ blue 96

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

Shades of Oracle #376260

Tints of Oracle #376260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.36%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 22.09%
G = 39.36%
B = 38.55%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#376260 (or 0x376260) is known color: Oracle. HEX triplet: 37, 62 and 60. RGB value is (55,98,96). Sum of RGB (Red+Green+Blue) = 55+98+96=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #376260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376260 is #C89D9F. Grayscale: #545454. Windows color (decimal): -13147552 or 6316599. OLE color: 6316599.

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

Color convert

RGB 55 98 96 -
CMYK 0.44 0 0.02 0.62
HSL 177.21º 0.28% 0.3% -
HSV(B) 177.21º 0.44% 0.38% -
XYZ 8.05 10.39 12.65 -
YUV 84.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 55 98 96 0.44 0 0.02 0.62 177.21 0.28 0.3
Hex 37 62 60 2C 0 2 3E B1 1C 1E
Octal 67 142 140 54 0 2 76 261 34 36
Binary 110111 1100010 1100000 101100 0 10 111110 10110001 11100 11110

Color Harmonies of #376260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376260

Black with #376260

Text Example


Text Example

White with #376260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376260; }

 p { color: rgb(55,98,96); }

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

background-color css

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

 a { background-color: rgb(55,98,96); }

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

border-color css

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

 span { border-color: rgb(55,98,96); }

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