Html Css Color HEX #737331 Crete

📋 copy color: '#737331'

red 115 ◦ green 115 ◦ blue 49

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

Shades of Crete #737331

Tints of Crete #737331

RGB

 RED value IS 115 (45.31% from 255) = 41.22%

 GREEN value IS 115 (45.31% from 255) = 41.22%

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 41.22%
G = 41.22%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#737331 (or 0x737331) is known color: Crete. HEX triplet: 73, 73 and 31. RGB value is (115,115,49). Sum of RGB (Red+Green+Blue) = 115+115+49=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737331 is #8C8CCE. Grayscale: #6B6B6B. Windows color (decimal): -9211087 or 3240819. OLE color: 3240819.

HSL color Cylindrical-coordinate representation of color #737331: hue angle of 60º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #737331 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 115 49 -
CMYK 0 0 0.57 0.55
HSL 60º 0.4% 0.32% -
HSV(B) 60º 0.57% 0.45% -
XYZ 13.76 16.13 5.29 -
YUV 107.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 115 115 49 0 0 0.57 0.55 60 0.4 0.32
Hex 73 73 31 0 0 39 37 3C 28 20
Octal 163 163 61 0 0 71 67 74 50 40
Binary 1110011 1110011 110001 0 0 111001 110111 111100 101000 100000

Color Harmonies of #737331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737331

Black with #737331

Text Example


Text Example

White with #737331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737331; }

 p { color: rgb(115,115,49); }

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

background-color css

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

 a { background-color: rgb(115,115,49); }

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

border-color css

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

 span { border-color: rgb(115,115,49); }

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