Html Css Color HEX #3D5554 Oracle

📋 copy color: '#3D5554'

red 61 ◦ green 85 ◦ blue 84

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

Shades of Oracle #3D5554

Tints of Oracle #3D5554

RGB

 RED value IS 61 (24.22% from 255) = 26.52%

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 84 (33.2% from 255) = 36.52%

R = 26.52%
G = 36.96%
B = 36.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#3D5554 (or 0x3D5554) is known color: Oracle. HEX triplet: 3D, 55 and 54. RGB value is (61,85,84). Sum of RGB (Red+Green+Blue) = 61+85+84=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5554 is #C2AAAB. Grayscale: #4D4D4D. Windows color (decimal): -12757676 or 5526845. OLE color: 5526845.

HSL color Cylindrical-coordinate representation of color #3D5554: hue angle of 177.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D5554 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 85 84 -
CMYK 0.28 0 0.01 0.67
HSL 177.5º 0.16% 0.29% -
HSV(B) 177.5º 0.28% 0.33% -
XYZ 6.77 8.13 9.6 -
YUV 77.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 61 85 84 0.28 0 0.01 0.67 177.5 0.16 0.29
Hex 3D 55 54 1C 0 1 43 B2 10 1D
Octal 75 125 124 34 0 1 103 262 20 35
Binary 111101 1010101 1010100 11100 0 1 1000011 10110010 10000 11101

Color Harmonies of #3D5554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5554

Black with #3D5554

Text Example


Text Example

White with #3D5554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,85,84); }

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

background-color css

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

 a { background-color: rgb(61,85,84); }

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

border-color css

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

 span { border-color: rgb(61,85,84); }

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