Html Css Color HEX #41635F Oracle

📋 copy color: '#41635F'

red 65 ◦ green 99 ◦ blue 95

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

Shades of Oracle #41635F

Tints of Oracle #41635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.22%

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

R = 25.1%
G = 38.22%
B = 36.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#41635F (or 0x41635F) is known color: Oracle. HEX triplet: 41, 63 and 5F. RGB value is (65,99,95). Sum of RGB (Red+Green+Blue) = 65+99+95=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #41635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41635F is #BE9CA0. Grayscale: #585858. Windows color (decimal): -12491937 or 6251329. OLE color: 6251329.

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

Color convert

RGB 65 99 95 -
CMYK 0.34 0 0.04 0.61
HSL 172.94º 0.21% 0.32% -
HSV(B) 172.94º 0.34% 0.39% -
XYZ 8.71 10.87 12.47 -
YUV 88.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 65 99 95 0.34 0 0.04 0.61 172.94 0.21 0.32
Hex 41 63 5F 22 0 4 3D AD 15 20
Octal 101 143 137 42 0 4 75 255 25 40
Binary 1000001 1100011 1011111 100010 0 100 111101 10101101 10101 100000

Color Harmonies of #41635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41635F

Black with #41635F

Text Example


Text Example

White with #41635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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