Html Css Color HEX #3E5251 Oracle

📋 copy color: '#3E5251'

red 62 ◦ green 82 ◦ blue 81

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

Shades of Oracle #3E5251

Tints of Oracle #3E5251

RGB

 RED value IS 62 (24.61% from 255) = 27.56%

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

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

R = 27.56%
G = 36.44%
B = 36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#3E5251 (or 0x3E5251) is known color: Oracle. HEX triplet: 3E, 52 and 51. RGB value is (62,82,81). Sum of RGB (Red+Green+Blue) = 62+82+81=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #3E5251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5251 is #C1ADAE. Grayscale: #4B4B4B. Windows color (decimal): -12692911 or 5329470. OLE color: 5329470.

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

Color convert

RGB 62 82 81 -
CMYK 0.24 0 0.01 0.68
HSL 177º 0.14% 0.28% -
HSV(B) 177º 0.24% 0.32% -
XYZ 6.49 7.65 8.92 -
YUV 75.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 62 82 81 0.24 0 0.01 0.68 177 0.14 0.28
Hex 3E 52 51 18 0 1 44 B1 E 1C
Octal 76 122 121 30 0 1 104 261 16 34
Binary 111110 1010010 1010001 11000 0 1 1000100 10110001 1110 11100

Color Harmonies of #3E5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5251

Black with #3E5251

Text Example


Text Example

White with #3E5251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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