Html Css Color HEX #3C5D58 Oracle

📋 copy color: '#3C5D58'

red 60 ◦ green 93 ◦ blue 88

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

Shades of Oracle #3C5D58

Tints of Oracle #3C5D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 24.9%
G = 38.59%
B = 36.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#3C5D58 (or 0x3C5D58) is known color: Oracle. HEX triplet: 3C, 5D and 58. RGB value is (60,93,88). Sum of RGB (Red+Green+Blue) = 60+93+88=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5D58 is #C3A2A7. Grayscale: #525252. Windows color (decimal): -12821160 or 5791036. OLE color: 5791036.

HSL color Cylindrical-coordinate representation of color #3C5D58: hue angle of 170.91º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C5D58 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 93 88 -
CMYK 0.35 0 0.05 0.64
HSL 170.91º 0.22% 0.3% -
HSV(B) 170.91º 0.35% 0.36% -
XYZ 7.54 9.49 10.67 -
YUV 82.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 60 93 88 0.35 0 0.05 0.64 170.91 0.22 0.3
Hex 3C 5D 58 23 0 5 40 AB 16 1E
Octal 74 135 130 43 0 5 100 253 26 36
Binary 111100 1011101 1011000 100011 0 101 1000000 10101011 10110 11110

Color Harmonies of #3C5D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5D58

Black with #3C5D58

Text Example


Text Example

White with #3C5D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,93,88); }

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

background-color css

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

 a { background-color: rgb(60,93,88); }

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

border-color css

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

 span { border-color: rgb(60,93,88); }

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