Html Css Color HEX #3C5955 Oracle

📋 copy color: '#3C5955'

red 60 ◦ green 89 ◦ blue 85

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

Shades of Oracle #3C5955

Tints of Oracle #3C5955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 25.64%
G = 38.03%
B = 36.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#3C5955 (or 0x3C5955) is known color: Oracle. HEX triplet: 3C, 59 and 55. RGB value is (60,89,85). Sum of RGB (Red+Green+Blue) = 60+89+85=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5955 is #C3A6AA. Grayscale: #4F4F4F. Windows color (decimal): -12822187 or 5593404. OLE color: 5593404.

HSL color Cylindrical-coordinate representation of color #3C5955: hue angle of 171.72º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5955 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 89 85 -
CMYK 0.33 0 0.04 0.65
HSL 171.72º 0.19% 0.29% -
HSV(B) 171.72º 0.33% 0.35% -
XYZ 7.08 8.76 9.91 -
YUV 79.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 60 89 85 0.33 0 0.04 0.65 171.72 0.19 0.29
Hex 3C 59 55 21 0 4 41 AC 13 1D
Octal 74 131 125 41 0 4 101 254 23 35
Binary 111100 1011001 1010101 100001 0 100 1000001 10101100 10011 11101

Color Harmonies of #3C5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5955

Black with #3C5955

Text Example


Text Example

White with #3C5955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,89,85); }

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

background-color css

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

 a { background-color: rgb(60,89,85); }

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

border-color css

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

 span { border-color: rgb(60,89,85); }

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