Html Css Color HEX #3D605D Oracle

📋 copy color: '#3D605D'

red 61 ◦ green 96 ◦ blue 93

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

Shades of Oracle #3D605D

Tints of Oracle #3D605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 24.4%
G = 38.4%
B = 37.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#3D605D (or 0x3D605D) is known color: Oracle. HEX triplet: 3D, 60 and 5D. RGB value is (61,96,93). Sum of RGB (Red+Green+Blue) = 61+96+93=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #3D605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D605D is #C29FA2. Grayscale: #555555. Windows color (decimal): -12754851 or 6119485. OLE color: 6119485.

HSL color Cylindrical-coordinate representation of color #3D605D: hue angle of 174.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D605D is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 96 93 -
CMYK 0.36 0 0.03 0.62
HSL 174.86º 0.22% 0.31% -
HSV(B) 174.86º 0.36% 0.38% -
XYZ 8.08 10.15 11.89 -
YUV 85.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 61 96 93 0.36 0 0.03 0.62 174.86 0.22 0.31
Hex 3D 60 5D 24 0 3 3E AF 16 1F
Octal 75 140 135 44 0 3 76 257 26 37
Binary 111101 1100000 1011101 100100 0 11 111110 10101111 10110 11111

Color Harmonies of #3D605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D605D

Black with #3D605D

Text Example


Text Example

White with #3D605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,96,93); }

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

background-color css

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

 a { background-color: rgb(61,96,93); }

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

border-color css

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

 span { border-color: rgb(61,96,93); }

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