Html Css Color HEX #40605F Oracle

📋 copy color: '#40605F'

red 64 ◦ green 96 ◦ blue 95

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

Shades of Oracle #40605F

Tints of Oracle #40605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.65%

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

R = 25.1%
G = 37.65%
B = 37.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#40605F (or 0x40605F) is known color: Oracle. HEX triplet: 40, 60 and 5F. RGB value is (64,96,95). Sum of RGB (Red+Green+Blue) = 64+96+95=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #40605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40605F is #BF9FA0. Grayscale: #565656. Windows color (decimal): -12558241 or 6250560. OLE color: 6250560.

HSL color Cylindrical-coordinate representation of color #40605F: hue angle of 178.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40605F is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 95 -
CMYK 0.33 0 0.01 0.62
HSL 178.13º 0.2% 0.31% -
HSV(B) 178.13º 0.33% 0.38% -
XYZ 8.36 10.28 12.37 -
YUV 86.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 64 96 95 0.33 0 0.01 0.62 178.13 0.2 0.31
Hex 40 60 5F 21 0 1 3E B2 14 1F
Octal 100 140 137 41 0 1 76 262 24 37
Binary 1000000 1100000 1011111 100001 0 1 111110 10110010 10100 11111

Color Harmonies of #40605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40605F

Black with #40605F

Text Example


Text Example

White with #40605F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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