Html Css Color HEX #3D615E Oracle

📋 copy color: '#3D615E'

red 61 ◦ green 97 ◦ blue 94

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

Shades of Oracle #3D615E

Tints of Oracle #3D615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 24.21%
G = 38.49%
B = 37.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#3D615E (or 0x3D615E) is known color: Oracle. HEX triplet: 3D, 61 and 5E. RGB value is (61,97,94). Sum of RGB (Red+Green+Blue) = 61+97+94=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #3D615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D615E is #C29EA1. Grayscale: #555555. Windows color (decimal): -12754594 or 6185277. OLE color: 6185277.

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

Color convert

RGB 61 97 94 -
CMYK 0.37 0 0.03 0.62
HSL 175º 0.23% 0.31% -
HSV(B) 175º 0.37% 0.38% -
XYZ 8.22 10.35 12.15 -
YUV 85.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 61 97 94 0.37 0 0.03 0.62 175 0.23 0.31
Hex 3D 61 5E 25 0 3 3E AF 17 1F
Octal 75 141 136 45 0 3 76 257 27 37
Binary 111101 1100001 1011110 100101 0 11 111110 10101111 10111 11111

Color Harmonies of #3D615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D615E

Black with #3D615E

Text Example


Text Example

White with #3D615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,97,94); }

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

background-color css

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

 a { background-color: rgb(61,97,94); }

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

border-color css

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

 span { border-color: rgb(61,97,94); }

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