Html Css Color HEX #40615D Oracle

📋 copy color: '#40615D'

red 64 ◦ green 97 ◦ blue 93

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

Shades of Oracle #40615D

Tints of Oracle #40615D

RGB

 RED value IS 64 (25.39% from 255) = 25.2%

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

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

R = 25.2%
G = 38.19%
B = 36.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#40615D (or 0x40615D) is known color: Oracle. HEX triplet: 40, 61 and 5D. RGB value is (64,97,93). Sum of RGB (Red+Green+Blue) = 64+97+93=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #40615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40615D is #BF9EA2. Grayscale: #565656. Windows color (decimal): -12557987 or 6119744. OLE color: 6119744.

HSL color Cylindrical-coordinate representation of color #40615D: hue angle of 172.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40615D is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 93 -
CMYK 0.34 0 0.04 0.62
HSL 172.73º 0.2% 0.32% -
HSV(B) 172.73º 0.34% 0.38% -
XYZ 8.36 10.43 11.93 -
YUV 86.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 64 97 93 0.34 0 0.04 0.62 172.73 0.2 0.32
Hex 40 61 5D 22 0 4 3E AD 14 20
Octal 100 141 135 42 0 4 76 255 24 40
Binary 1000000 1100001 1011101 100010 0 100 111110 10101101 10100 100000

Color Harmonies of #40615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40615D

Black with #40615D

Text Example


Text Example

White with #40615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40615D; }

 p { color: rgb(64,97,93); }

 H1.HeaderClassName
 {
   color: #40615D;
 }
 .AnyTagClassName
 {
   color: #40615D;
 }
</style>

background-color css

<style>
 a { background-color: #40615D; }

 a { background-color: rgb(64,97,93); }

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

border-color css

<style>
 span { border-color: #40615D; }

 span { border-color: rgb(64,97,93); }

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