Html Css Color HEX #72A33D Sushi

📋 copy color: '#72A33D'

red 114 ◦ green 163 ◦ blue 61

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

Shades of Sushi #72A33D

Tints of Sushi #72A33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.22%

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 33.73%
G = 48.22%
B = 18.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#72A33D (or 0x72A33D) is known color: Sushi. HEX triplet: 72, A3 and 3D. RGB value is (114,163,61). Sum of RGB (Red+Green+Blue) = 114+163+61=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #72A33D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A33D is #8D5CC2. Grayscale: #898989. Windows color (decimal): -9264323 or 4039538. OLE color: 4039538.

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

Color convert

RGB 114 163 61 -
CMYK 0.30 0 0.63 0.36
HSL 88.82º 0.46% 0.44% -
HSV(B) 88.82º 0.63% 0.64% -
XYZ 20.88 30.11 9.13 -
YUV 136.72 85.27 111.79 -
System Red Green Blue C M Y K H S L
Decimal 114 163 61 0.30 0 0.63 0.36 88.82 0.46 0.44
Hex 72 A3 3D 1E 0 3F 24 59 2E 2C
Octal 162 243 75 36 0 77 44 131 56 54
Binary 1110010 10100011 111101 11110 0 111111 100100 1011001 101110 101100

Color Harmonies of #72A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A33D

Black with #72A33D

Text Example


Text Example

White with #72A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,163,61); }

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

background-color css

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

 a { background-color: rgb(114,163,61); }

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

border-color css

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

 span { border-color: rgb(114,163,61); }

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