Html Css Color HEX #737130 Crete

📋 copy color: '#737130'

red 115 ◦ green 113 ◦ blue 48

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

Shades of Crete #737130

Tints of Crete #737130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 41.67%
G = 40.94%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#737130 (or 0x737130) is known color: Crete. HEX triplet: 73, 71 and 30. RGB value is (115,113,48). Sum of RGB (Red+Green+Blue) = 115+113+48=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #737130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737130 is #8C8ECF. Grayscale: #6A6A6A. Windows color (decimal): -9211600 or 3174771. OLE color: 3174771.

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

Color convert

RGB 115 113 48 -
CMYK 0 0.02 0.58 0.55
HSL 58.21º 0.41% 0.32% -
HSV(B) 58.21º 0.58% 0.45% -
XYZ 13.51 15.67 5.11 -
YUV 106.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 115 113 48 0 0.02 0.58 0.55 58.21 0.41 0.32
Hex 73 71 30 0 2 3A 37 3A 29 20
Octal 163 161 60 0 2 72 67 72 51 40
Binary 1110011 1110001 110000 0 10 111010 110111 111010 101001 100000

Color Harmonies of #737130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737130

Black with #737130

Text Example


Text Example

White with #737130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737130; }

 p { color: rgb(115,113,48); }

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

background-color css

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

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

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

border-color css

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

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

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