Html Css Color HEX #33605F Oracle

📋 copy color: '#33605F'

red 51 ◦ green 96 ◦ blue 95

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

Shades of Oracle #33605F

Tints of Oracle #33605F

RGB

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

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

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

R = 21.07%
G = 39.67%
B = 39.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#33605F (or 0x33605F) is known color: Oracle. HEX triplet: 33, 60 and 5F. RGB value is (51,96,95). Sum of RGB (Red+Green+Blue) = 51+96+95=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #33605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33605F is #CC9FA0. Grayscale: #525252. Windows color (decimal): -13410209 or 6250547. OLE color: 6250547.

HSL color Cylindrical-coordinate representation of color #33605F: hue angle of 178.67º 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 #33605F is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 95 -
CMYK 0.47 0 0.01 0.62
HSL 178.67º 0.31% 0.29% -
HSV(B) 178.67º 0.47% 0.38% -
XYZ 7.61 9.9 12.34 -
YUV 82.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 51 96 95 0.47 0 0.01 0.62 178.67 0.31 0.29
Hex 33 60 5F 2F 0 1 3E B3 1F 1D
Octal 63 140 137 57 0 1 76 263 37 35
Binary 110011 1100000 1011111 101111 0 1 111110 10110011 11111 11101

Color Harmonies of #33605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33605F

Black with #33605F

Text Example


Text Example

White with #33605F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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