Html Css Color HEX #72A434 Sushi

📋 copy color: '#72A434'

red 114 ◦ green 164 ◦ blue 52

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

Shades of Sushi #72A434

Tints of Sushi #72A434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.7%

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

R = 34.55%
G = 49.7%
B = 15.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#72A434 (or 0x72A434) is known color: Sushi. HEX triplet: 72, A4 and 34. RGB value is (114,164,52). Sum of RGB (Red+Green+Blue) = 114+164+52=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #72A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A434 is #8D5BCB. Grayscale: #888888. Windows color (decimal): -9264076 or 3449970. OLE color: 3449970.

HSL color Cylindrical-coordinate representation of color #72A434: hue angle of 86.79º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72A434 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 164 52 -
CMYK 0.30 0 0.68 0.36
HSL 86.79º 0.52% 0.42% -
HSV(B) 86.79º 0.68% 0.64% -
XYZ 20.83 30.38 8.01 -
YUV 136.28 80.44 112.11 -
System Red Green Blue C M Y K H S L
Decimal 114 164 52 0.30 0 0.68 0.36 86.79 0.52 0.42
Hex 72 A4 34 1E 0 44 24 57 34 2A
Octal 162 244 64 36 0 104 44 127 64 52
Binary 1110010 10100100 110100 11110 0 1000100 100100 1010111 110100 101010

Color Harmonies of #72A434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A434

Black with #72A434

Text Example


Text Example

White with #72A434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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