Html Css Color HEX #375C5A Oracle

📋 copy color: '#375C5A'

red 55 ◦ green 92 ◦ blue 90

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

Shades of Oracle #375C5A

Tints of Oracle #375C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.82%

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 23.21%
G = 38.82%
B = 37.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#375C5A (or 0x375C5A) is known color: Oracle. HEX triplet: 37, 5C and 5A. RGB value is (55,92,90). Sum of RGB (Red+Green+Blue) = 55+92+90=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #375C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C5A is #C8A3A5. Grayscale: #505050. Windows color (decimal): -13149094 or 5921847. OLE color: 5921847.

HSL color Cylindrical-coordinate representation of color #375C5A: hue angle of 176.76º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375C5A is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 92 90 -
CMYK 0.40 0 0.02 0.64
HSL 176.76º 0.25% 0.29% -
HSV(B) 176.76º 0.4% 0.36% -
XYZ 7.25 9.2 11.07 -
YUV 80.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 55 92 90 0.40 0 0.02 0.64 176.76 0.25 0.29
Hex 37 5C 5A 28 0 2 40 B1 19 1D
Octal 67 134 132 50 0 2 100 261 31 35
Binary 110111 1011100 1011010 101000 0 10 1000000 10110001 11001 11101

Color Harmonies of #375C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C5A

Black with #375C5A

Text Example


Text Example

White with #375C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375C5A; }

 p { color: rgb(55,92,90); }

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

background-color css

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

 a { background-color: rgb(55,92,90); }

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

border-color css

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

 span { border-color: rgb(55,92,90); }

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