Html Css Color HEX #72B334 Lima

📋 copy color: '#72B334'

red 114 ◦ green 179 ◦ blue 52

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

Shades of Lima #72B334

Tints of Lima #72B334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 33.04%
G = 51.88%
B = 15.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#72B334 (or 0x72B334) is known color: Lima. HEX triplet: 72, B3 and 34. RGB value is (114,179,52). Sum of RGB (Red+Green+Blue) = 114+179+52=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #72B334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B334 is #8D4CCB. Grayscale: #919191. Windows color (decimal): -9260236 or 3453810. OLE color: 3453810.

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

Color convert

RGB 114 179 52 -
CMYK 0.36 0 0.71 0.30
HSL 90.71º 0.55% 0.45% -
HSV(B) 90.71º 0.71% 0.7% -
XYZ 23.68 36.07 8.96 -
YUV 145.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 114 179 52 0.36 0 0.71 0.30 90.71 0.55 0.45
Hex 72 B3 34 24 0 47 1E 5B 37 2D
Octal 162 263 64 44 0 107 36 133 67 55
Binary 1110010 10110011 110100 100100 0 1000111 11110 1011011 110111 101101

Color Harmonies of #72B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B334

Black with #72B334

Text Example


Text Example

White with #72B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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