Html Css Color HEX #72AC38 Sushi

📋 copy color: '#72AC38'

red 114 ◦ green 172 ◦ blue 56

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

Shades of Sushi #72AC38

Tints of Sushi #72AC38

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.29%

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

R = 33.33%
G = 50.29%
B = 16.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#72AC38 (or 0x72AC38) is known color: Sushi. HEX triplet: 72, AC and 38. RGB value is (114,172,56). Sum of RGB (Red+Green+Blue) = 114+172+56=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AC38 is #8D53C7. Grayscale: #8D8D8D. Windows color (decimal): -9262024 or 3714162. OLE color: 3714162.

HSL color Cylindrical-coordinate representation of color #72AC38: hue angle of 90º 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 #72AC38 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 172 56 -
CMYK 0.34 0 0.67 0.33
HSL 90º 0.51% 0.45% -
HSV(B) 90º 0.67% 0.67% -
XYZ 22.41 33.37 9 -
YUV 141.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 114 172 56 0.34 0 0.67 0.33 90 0.51 0.45
Hex 72 AC 38 22 0 43 21 5A 33 2D
Octal 162 254 70 42 0 103 41 132 63 55
Binary 1110010 10101100 111000 100010 0 1000011 100001 1011010 110011 101101

Color Harmonies of #72AC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AC38

Black with #72AC38

Text Example


Text Example

White with #72AC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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