Html Css Color HEX #41605F Oracle

📋 copy color: '#41605F'

red 65 ◦ green 96 ◦ blue 95

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

Shades of Oracle #41605F

Tints of Oracle #41605F

RGB

 RED value IS 65 (25.78% from 255) = 25.39%

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

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

R = 25.39%
G = 37.5%
B = 37.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#41605F (or 0x41605F) is known color: Oracle. HEX triplet: 41, 60 and 5F. RGB value is (65,96,95). Sum of RGB (Red+Green+Blue) = 65+96+95=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #41605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41605F is #BE9FA0. Grayscale: #565656. Windows color (decimal): -12492705 or 6250561. OLE color: 6250561.

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

Color convert

RGB 65 96 95 -
CMYK 0.32 0 0.01 0.62
HSL 178.06º 0.19% 0.32% -
HSV(B) 178.06º 0.32% 0.38% -
XYZ 8.43 10.32 12.37 -
YUV 86.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 65 96 95 0.32 0 0.01 0.62 178.06 0.19 0.32
Hex 41 60 5F 20 0 1 3E B2 13 20
Octal 101 140 137 40 0 1 76 262 23 40
Binary 1000001 1100000 1011111 100000 0 1 111110 10110010 10011 100000

Color Harmonies of #41605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41605F

Black with #41605F

Text Example


Text Example

White with #41605F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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