Html Css Color HEX #40625F Oracle

📋 copy color: '#40625F'

red 64 ◦ green 98 ◦ blue 95

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

Shades of Oracle #40625F

Tints of Oracle #40625F

RGB

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

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

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

R = 24.9%
G = 38.13%
B = 36.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#40625F (or 0x40625F) is known color: Oracle. HEX triplet: 40, 62 and 5F. RGB value is (64,98,95). Sum of RGB (Red+Green+Blue) = 64+98+95=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #40625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40625F is #BF9DA0. Grayscale: #575757. Windows color (decimal): -12557729 or 6251072. OLE color: 6251072.

HSL color Cylindrical-coordinate representation of color #40625F: hue angle of 174.71º 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 #40625F is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 95 -
CMYK 0.35 0 0.03 0.62
HSL 174.71º 0.21% 0.32% -
HSV(B) 174.71º 0.35% 0.38% -
XYZ 8.55 10.65 12.43 -
YUV 87.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 64 98 95 0.35 0 0.03 0.62 174.71 0.21 0.32
Hex 40 62 5F 23 0 3 3E AF 15 20
Octal 100 142 137 43 0 3 76 257 25 40
Binary 1000000 1100010 1011111 100011 0 11 111110 10101111 10101 100000

Color Harmonies of #40625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40625F

Black with #40625F

Text Example


Text Example

White with #40625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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