Html Css Color HEX #3C5251 Oracle

📋 copy color: '#3C5251'

red 60 ◦ green 82 ◦ blue 81

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

Shades of Oracle #3C5251

Tints of Oracle #3C5251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

 BLUE value IS 81 (32.03% from 255) = 36.32%

R = 26.91%
G = 36.77%
B = 36.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#3C5251 (or 0x3C5251) is known color: Oracle. HEX triplet: 3C, 52 and 51. RGB value is (60,82,81). Sum of RGB (Red+Green+Blue) = 60+82+81=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5251 is #C3ADAE. Grayscale: #4B4B4B. Windows color (decimal): -12823983 or 5329468. OLE color: 5329468.

HSL color Cylindrical-coordinate representation of color #3C5251: hue angle of 177.27º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C5251 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 82 81 -
CMYK 0.27 0 0.01 0.68
HSL 177.27º 0.15% 0.28% -
HSV(B) 177.27º 0.27% 0.32% -
XYZ 6.37 7.59 8.91 -
YUV 75.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 60 82 81 0.27 0 0.01 0.68 177.27 0.15 0.28
Hex 3C 52 51 1B 0 1 44 B1 F 1C
Octal 74 122 121 33 0 1 104 261 17 34
Binary 111100 1010010 1010001 11011 0 1 1000100 10110001 1111 11100

Color Harmonies of #3C5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5251

Black with #3C5251

Text Example


Text Example

White with #3C5251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,82,81); }

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

background-color css

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

 a { background-color: rgb(60,82,81); }

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

border-color css

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

 span { border-color: rgb(60,82,81); }

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