Html Css Color HEX #72B336 Lima

📋 copy color: '#72B336'

red 114 ◦ green 179 ◦ blue 54

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

Shades of Lima #72B336

Tints of Lima #72B336

RGB

 RED value IS 114 (44.92% from 255) = 32.85%

 GREEN value IS 179 (70.31% from 255) = 51.59%

 BLUE value IS 54 (21.48% from 255) = 15.56%

R = 32.85%
G = 51.59%
B = 15.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#72B336 (or 0x72B336) is known color: Lima. HEX triplet: 72, B3 and 36. RGB value is (114,179,54). Sum of RGB (Red+Green+Blue) = 114+179+54=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #72B336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B336 is #8D4CC9. Grayscale: #919191. Windows color (decimal): -9260234 or 3584882. OLE color: 3584882.

HSL color Cylindrical-coordinate representation of color #72B336: hue angle of 91.2º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72B336 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 179 54 -
CMYK 0.36 0 0.70 0.30
HSL 91.2º 0.54% 0.46% -
HSV(B) 91.2º 0.7% 0.7% -
XYZ 23.73 36.08 9.2 -
YUV 145.32 76.47 105.66 -
System Red Green Blue C M Y K H S L
Decimal 114 179 54 0.36 0 0.70 0.30 91.2 0.54 0.46
Hex 72 B3 36 24 0 46 1E 5B 36 2E
Octal 162 263 66 44 0 106 36 133 66 56
Binary 1110010 10110011 110110 100100 0 1000110 11110 1011011 110110 101110

Color Harmonies of #72B336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B336

Black with #72B336

Text Example


Text Example

White with #72B336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72B336; }

 p { color: rgb(114,179,54); }

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

background-color css

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

 a { background-color: rgb(114,179,54); }

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

border-color css

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

 span { border-color: rgb(114,179,54); }

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