Html Css Color HEX #737032 Crete

📋 copy color: '#737032'

red 115 ◦ green 112 ◦ blue 50

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

Shades of Crete #737032

Tints of Crete #737032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 41.52%
G = 40.43%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#737032 (or 0x737032) is known color: Crete. HEX triplet: 73, 70 and 32. RGB value is (115,112,50). Sum of RGB (Red+Green+Blue) = 115+112+50=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #737032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737032 is #8C8FCD. Grayscale: #6A6A6A. Windows color (decimal): -9211854 or 3305587. OLE color: 3305587.

HSL color Cylindrical-coordinate representation of color #737032: hue angle of 57.23º degrees, saturation: 0.39, 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 #737032 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 112 50 -
CMYK 0 0.03 0.57 0.55
HSL 57.23º 0.39% 0.32% -
HSV(B) 57.23º 0.57% 0.45% -
XYZ 13.44 15.46 5.29 -
YUV 105.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 115 112 50 0 0.03 0.57 0.55 57.23 0.39 0.32
Hex 73 70 32 0 3 39 37 39 27 20
Octal 163 160 62 0 3 71 67 71 47 40
Binary 1110011 1110000 110010 0 11 111001 110111 111001 100111 100000

Color Harmonies of #737032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737032

Black with #737032

Text Example


Text Example

White with #737032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737032; }

 p { color: rgb(115,112,50); }

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

background-color css

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

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

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

border-color css

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

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

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