#33635F

Color #33635F Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #33635F

Tints of Oracle #33635F

Color information

#33635F (or 0x33635F) is unknown color: approx Oracle. HEX triplet: 33, 63 and 5F. RGB value is (51,99,95). Sum of RGB (Red+Green+Blue) = 51+99+95=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #33635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33635F is #CC9CA0. Grayscale: #545454. Windows color (decimal): -13409441 or 6251315. OLE color: 6251315.

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

Color convert

RGB519995-
CMYK0.4800.040.61
HSL175º32%29.41%-
HSV(B)175º48.48%38.82%-
XYZ7.8910.4512.43-
YUV84.19134.1104.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=20.82%
G=40.41%
B=38.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199950.4800.040.611753229.41
Hex33635F30043Daf201d
Octal631431376004752574035
Binary1100111100011101111111000001001111011010111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33635F;
 }
 .AnyTagClassName
 {
   color: #33635F;
 }
</style>
background-color css

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

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

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

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

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

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