Html Css Color HEX #41625F Oracle

📋 copy color: '#41625F'

red 65 ◦ green 98 ◦ blue 95

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

Shades of Oracle #41625F

Tints of Oracle #41625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

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

R = 25.19%
G = 37.98%
B = 36.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#41625F (or 0x41625F) is known color: Oracle. HEX triplet: 41, 62 and 5F. RGB value is (65,98,95). Sum of RGB (Red+Green+Blue) = 65+98+95=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #41625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41625F is #BE9DA0. Grayscale: #575757. Windows color (decimal): -12492193 or 6251073. OLE color: 6251073.

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

Color convert

RGB 65 98 95 -
CMYK 0.34 0 0.03 0.62
HSL 174.55º 0.2% 0.32% -
HSV(B) 174.55º 0.34% 0.38% -
XYZ 8.61 10.69 12.44 -
YUV 87.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 65 98 95 0.34 0 0.03 0.62 174.55 0.2 0.32
Hex 41 62 5F 22 0 3 3E AF 14 20
Octal 101 142 137 42 0 3 76 257 24 40
Binary 1000001 1100010 1011111 100010 0 11 111110 10101111 10100 100000

Color Harmonies of #41625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41625F

Black with #41625F

Text Example


Text Example

White with #41625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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