Html Css Color HEX #72AB38 Sushi

📋 copy color: '#72AB38'

red 114 ◦ green 171 ◦ blue 56

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

Shades of Sushi #72AB38

Tints of Sushi #72AB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.42%

R = 33.43%
G = 50.15%
B = 16.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#72AB38 (or 0x72AB38) is known color: Sushi. HEX triplet: 72, AB and 38. RGB value is (114,171,56). Sum of RGB (Red+Green+Blue) = 114+171+56=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB38 is #8D54C7. Grayscale: #8D8D8D. Windows color (decimal): -9262280 or 3713906. OLE color: 3713906.

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

Color convert

RGB 114 171 56 -
CMYK 0.33 0 0.67 0.33
HSL 89.74º 0.51% 0.45% -
HSV(B) 89.74º 0.67% 0.67% -
XYZ 22.22 32.99 8.94 -
YUV 140.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 114 171 56 0.33 0 0.67 0.33 89.74 0.51 0.45
Hex 72 AB 38 21 0 43 21 5A 33 2D
Octal 162 253 70 41 0 103 41 132 63 55
Binary 1110010 10101011 111000 100001 0 1000011 100001 1011010 110011 101101

Color Harmonies of #72AB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB38

Black with #72AB38

Text Example


Text Example

White with #72AB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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