Html Css Color HEX #3C5F5B Oracle

📋 copy color: '#3C5F5B'

red 60 ◦ green 95 ◦ blue 91

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

Shades of Oracle #3C5F5B

Tints of Oracle #3C5F5B

RGB

 RED value IS 60 (23.83% from 255) = 24.39%

 GREEN value IS 95 (37.5% from 255) = 38.62%

 BLUE value IS 91 (35.94% from 255) = 36.99%

R = 24.39%
G = 38.62%
B = 36.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#3C5F5B (or 0x3C5F5B) is known color: Oracle. HEX triplet: 3C, 5F and 5B. RGB value is (60,95,91). Sum of RGB (Red+Green+Blue) = 60+95+91=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F5B is #C3A0A4. Grayscale: #545454. Windows color (decimal): -12820645 or 5988156. OLE color: 5988156.

HSL color Cylindrical-coordinate representation of color #3C5F5B: hue angle of 173.14º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F5B is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 95 91 -
CMYK 0.37 0 0.04 0.63
HSL 173.14º 0.23% 0.3% -
HSV(B) 173.14º 0.37% 0.37% -
XYZ 7.84 9.9 11.4 -
YUV 84.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 60 95 91 0.37 0 0.04 0.63 173.14 0.23 0.3
Hex 3C 5F 5B 25 0 4 3F AD 17 1E
Octal 74 137 133 45 0 4 77 255 27 36
Binary 111100 1011111 1011011 100101 0 100 111111 10101101 10111 11110

Color Harmonies of #3C5F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5F5B

Black with #3C5F5B

Text Example


Text Example

White with #3C5F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C5F5B; }

 p { color: rgb(60,95,91); }

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

background-color css

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

 a { background-color: rgb(60,95,91); }

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

border-color css

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

 span { border-color: rgb(60,95,91); }

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