Html Css Color HEX #74AD36 Sushi

📋 copy color: '#74AD36'

red 116 ◦ green 173 ◦ blue 54

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

Shades of Sushi #74AD36

Tints of Sushi #74AD36

RGB

 RED value IS 116 (45.7% from 255) = 33.82%

 GREEN value IS 173 (67.97% from 255) = 50.44%

 BLUE value IS 54 (21.48% from 255) = 15.74%

R = 33.82%
G = 50.44%
B = 15.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#74AD36 (or 0x74AD36) is known color: Sushi. HEX triplet: 74, AD and 36. RGB value is (116,173,54). Sum of RGB (Red+Green+Blue) = 116+173+54=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD36 is #8B52C9. Grayscale: #8E8E8E. Windows color (decimal): -9130698 or 3583348. OLE color: 3583348.

HSL color Cylindrical-coordinate representation of color #74AD36: hue angle of 88.74º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74AD36 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 173 54 -
CMYK 0.33 0 0.69 0.32
HSL 88.74º 0.52% 0.45% -
HSV(B) 88.74º 0.69% 0.68% -
XYZ 22.81 33.87 8.82 -
YUV 142.39 78.12 109.18 -
System Red Green Blue C M Y K H S L
Decimal 116 173 54 0.33 0 0.69 0.32 88.74 0.52 0.45
Hex 74 AD 36 21 0 45 20 59 34 2D
Octal 164 255 66 41 0 105 40 131 64 55
Binary 1110100 10101101 110110 100001 0 1000101 100000 1011001 110100 101101

Color Harmonies of #74AD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD36

Black with #74AD36

Text Example


Text Example

White with #74AD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AD36; }

 p { color: rgb(116,173,54); }

 H1.HeaderClassName
 {
   color: #74AD36;
 }
 .AnyTagClassName
 {
   color: #74AD36;
 }
</style>

background-color css

<style>
 a { background-color: #74AD36; }

 a { background-color: rgb(116,173,54); }

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

border-color css

<style>
 span { border-color: #74AD36; }

 span { border-color: rgb(116,173,54); }

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