Html Css Color HEX #41615F Oracle

📋 copy color: '#41615F'

red 65 ◦ green 97 ◦ blue 95

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

Shades of Oracle #41615F

Tints of Oracle #41615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.74%

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

R = 25.29%
G = 37.74%
B = 36.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#41615F (or 0x41615F) is known color: Oracle. HEX triplet: 41, 61 and 5F. RGB value is (65,97,95). Sum of RGB (Red+Green+Blue) = 65+97+95=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #41615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41615F is #BE9EA0. Grayscale: #575757. Windows color (decimal): -12492449 or 6250817. OLE color: 6250817.

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

Color convert

RGB 65 97 95 -
CMYK 0.33 0 0.02 0.62
HSL 176.25º 0.2% 0.32% -
HSV(B) 176.25º 0.33% 0.38% -
XYZ 8.52 10.5 12.4 -
YUV 87.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 65 97 95 0.33 0 0.02 0.62 176.25 0.2 0.32
Hex 41 61 5F 21 0 2 3E B0 14 20
Octal 101 141 137 41 0 2 76 260 24 40
Binary 1000001 1100001 1011111 100001 0 10 111110 10110000 10100 100000

Color Harmonies of #41615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41615F

Black with #41615F

Text Example


Text Example

White with #41615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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