Html Css Color HEX #3C5F5A Oracle

📋 copy color: '#3C5F5A'

red 60 ◦ green 95 ◦ blue 90

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

Shades of Oracle #3C5F5A

Tints of Oracle #3C5F5A

RGB

 RED value IS 60 (23.83% from 255) = 24.49%

 GREEN value IS 95 (37.5% from 255) = 38.78%

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 24.49%
G = 38.78%
B = 36.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#3C5F5A (or 0x3C5F5A) is known color: Oracle. HEX triplet: 3C, 5F and 5A. RGB value is (60,95,90). Sum of RGB (Red+Green+Blue) = 60+95+90=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F5A is #C3A0A5. Grayscale: #535353. Windows color (decimal): -12820646 or 5922620. OLE color: 5922620.

HSL color Cylindrical-coordinate representation of color #3C5F5A: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F5A is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 95 90 -
CMYK 0.37 0 0.05 0.63
HSL 171.43º 0.23% 0.3% -
HSV(B) 171.43º 0.37% 0.37% -
XYZ 7.8 9.88 11.17 -
YUV 83.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 60 95 90 0.37 0 0.05 0.63 171.43 0.23 0.3
Hex 3C 5F 5A 25 0 5 3F AB 17 1E
Octal 74 137 132 45 0 5 77 253 27 36
Binary 111100 1011111 1011010 100101 0 101 111111 10101011 10111 11110

Color Harmonies of #3C5F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5F5A

Black with #3C5F5A

Text Example


Text Example

White with #3C5F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C5F5A; }

 p { color: rgb(60,95,90); }

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

background-color css

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

 a { background-color: rgb(60,95,90); }

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

border-color css

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

 span { border-color: rgb(60,95,90); }

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