Html Css Color HEX #40625E Oracle

📋 copy color: '#40625E'

red 64 ◦ green 98 ◦ blue 94

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

Shades of Oracle #40625E

Tints of Oracle #40625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

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

R = 25%
G = 38.28%
B = 36.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#40625E (or 0x40625E) is known color: Oracle. HEX triplet: 40, 62 and 5E. RGB value is (64,98,94). Sum of RGB (Red+Green+Blue) = 64+98+94=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #40625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40625E is #BF9DA1. Grayscale: #575757. Windows color (decimal): -12557730 or 6185536. OLE color: 6185536.

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

Color convert

RGB 64 98 94 -
CMYK 0.35 0 0.04 0.62
HSL 172.94º 0.21% 0.32% -
HSV(B) 172.94º 0.35% 0.38% -
XYZ 8.5 10.63 12.19 -
YUV 87.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 64 98 94 0.35 0 0.04 0.62 172.94 0.21 0.32
Hex 40 62 5E 23 0 4 3E AD 15 20
Octal 100 142 136 43 0 4 76 255 25 40
Binary 1000000 1100010 1011110 100011 0 100 111110 10101101 10101 100000

Color Harmonies of #40625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40625E

Black with #40625E

Text Example


Text Example

White with #40625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40625E; }

 p { color: rgb(64,98,94); }

 H1.HeaderClassName
 {
   color: #40625E;
 }
 .AnyTagClassName
 {
   color: #40625E;
 }
</style>

background-color css

<style>
 a { background-color: #40625E; }

 a { background-color: rgb(64,98,94); }

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

border-color css

<style>
 span { border-color: #40625E; }

 span { border-color: rgb(64,98,94); }

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