Html Css Color HEX #406561 Oracle

📋 copy color: '#406561'

red 64 ◦ green 101 ◦ blue 97

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

Shades of Oracle #406561

Tints of Oracle #406561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.55%

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 24.43%
G = 38.55%
B = 37.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#406561 (or 0x406561) is known color: Oracle. HEX triplet: 40, 65 and 61. RGB value is (64,101,97). Sum of RGB (Red+Green+Blue) = 64+101+97=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #406561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406561 is #BF9A9E. Grayscale: #595959. Windows color (decimal): -12556959 or 6382912. OLE color: 6382912.

HSL color Cylindrical-coordinate representation of color #406561: hue angle of 173.51º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406561 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 101 97 -
CMYK 0.37 0 0.04 0.60
HSL 173.51º 0.22% 0.32% -
HSV(B) 173.51º 0.37% 0.4% -
XYZ 8.93 11.26 13.01 -
YUV 89.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 64 101 97 0.37 0 0.04 0.60 173.51 0.22 0.32
Hex 40 65 61 25 0 4 3C AE 16 20
Octal 100 145 141 45 0 4 74 256 26 40
Binary 1000000 1100101 1100001 100101 0 100 111100 10101110 10110 100000

Color Harmonies of #406561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406561

Black with #406561

Text Example


Text Example

White with #406561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406561; }

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

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

background-color css

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

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

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

border-color css

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

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

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