Html Css Color HEX #72AB34 Sushi

📋 copy color: '#72AB34'

red 114 ◦ green 171 ◦ blue 52

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

Shades of Sushi #72AB34

Tints of Sushi #72AB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.74%

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

R = 33.83%
G = 50.74%
B = 15.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#72AB34 (or 0x72AB34) is known color: Sushi. HEX triplet: 72, AB and 34. RGB value is (114,171,52). Sum of RGB (Red+Green+Blue) = 114+171+52=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB34 is #8D54CB. Grayscale: #8C8C8C. Windows color (decimal): -9262284 or 3451762. OLE color: 3451762.

HSL color Cylindrical-coordinate representation of color #72AB34: hue angle of 88.74º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72AB34 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 52 -
CMYK 0.33 0 0.70 0.33
HSL 88.74º 0.53% 0.44% -
HSV(B) 88.74º 0.7% 0.67% -
XYZ 22.12 32.95 8.44 -
YUV 140.39 78.12 109.18 -
System Red Green Blue C M Y K H S L
Decimal 114 171 52 0.33 0 0.70 0.33 88.74 0.53 0.44
Hex 72 AB 34 21 0 46 21 59 35 2C
Octal 162 253 64 41 0 106 41 131 65 54
Binary 1110010 10101011 110100 100001 0 1000110 100001 1011001 110101 101100

Color Harmonies of #72AB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB34

Black with #72AB34

Text Example


Text Example

White with #72AB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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