Html Css Color HEX #33605D Oracle

📋 copy color: '#33605D'

red 51 ◦ green 96 ◦ blue 93

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

Shades of Oracle #33605D

Tints of Oracle #33605D

RGB

 RED value IS 51 (20.31% from 255) = 21.25%

 GREEN value IS 96 (37.89% from 255) = 40%

 BLUE value IS 93 (36.72% from 255) = 38.75%

R = 21.25%
G = 40%
B = 38.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#33605D (or 0x33605D) is known color: Oracle. HEX triplet: 33, 60 and 5D. RGB value is (51,96,93). Sum of RGB (Red+Green+Blue) = 51+96+93=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #33605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33605D is #CC9FA2. Grayscale: #525252. Windows color (decimal): -13410211 or 6119475. OLE color: 6119475.

HSL color Cylindrical-coordinate representation of color #33605D: hue angle of 176º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33605D is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 93 -
CMYK 0.47 0 0.03 0.62
HSL 176º 0.31% 0.29% -
HSV(B) 176º 0.47% 0.38% -
XYZ 7.52 9.86 11.86 -
YUV 82.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 51 96 93 0.47 0 0.03 0.62 176 0.31 0.29
Hex 33 60 5D 2F 0 3 3E B0 1F 1D
Octal 63 140 135 57 0 3 76 260 37 35
Binary 110011 1100000 1011101 101111 0 11 111110 10110000 11111 11101

Color Harmonies of #33605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33605D

Black with #33605D

Text Example


Text Example

White with #33605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33605D; }

 p { color: rgb(51,96,93); }

 H1.HeaderClassName
 {
   color: #33605D;
 }
 .AnyTagClassName
 {
   color: #33605D;
 }
</style>

background-color css

<style>
 a { background-color: #33605D; }

 a { background-color: rgb(51,96,93); }

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

border-color css

<style>
 span { border-color: #33605D; }

 span { border-color: rgb(51,96,93); }

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