Html Css Color HEX #40635F Oracle

📋 copy color: '#40635F'

red 64 ◦ green 99 ◦ blue 95

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

Shades of Oracle #40635F

Tints of Oracle #40635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.37%

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 24.81%
G = 38.37%
B = 36.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#40635F (or 0x40635F) is known color: Oracle. HEX triplet: 40, 63 and 5F. RGB value is (64,99,95). Sum of RGB (Red+Green+Blue) = 64+99+95=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #40635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40635F is #BF9CA0. Grayscale: #585858. Windows color (decimal): -12557473 or 6251328. OLE color: 6251328.

HSL color Cylindrical-coordinate representation of color #40635F: hue angle of 173.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40635F is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 95 -
CMYK 0.35 0 0.04 0.61
HSL 173.14º 0.21% 0.32% -
HSV(B) 173.14º 0.35% 0.39% -
XYZ 8.64 10.84 12.46 -
YUV 88.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 64 99 95 0.35 0 0.04 0.61 173.14 0.21 0.32
Hex 40 63 5F 23 0 4 3D AD 15 20
Octal 100 143 137 43 0 4 75 255 25 40
Binary 1000000 1100011 1011111 100011 0 100 111101 10101101 10101 100000

Color Harmonies of #40635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40635F

Black with #40635F

Text Example


Text Example

White with #40635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40635F; }

 p { color: rgb(64,99,95); }

 H1.HeaderClassName
 {
   color: #40635F;
 }
 .AnyTagClassName
 {
   color: #40635F;
 }
</style>

background-color css

<style>
 a { background-color: #40635F; }

 a { background-color: rgb(64,99,95); }

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

border-color css

<style>
 span { border-color: #40635F; }

 span { border-color: rgb(64,99,95); }

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