Html Css Color HEX #74A535 Sushi

📋 copy color: '#74A535'

red 116 ◦ green 165 ◦ blue 53

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

Shades of Sushi #74A535

Tints of Sushi #74A535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.4%

 BLUE value IS 53 (21.09% from 255) = 15.87%

R = 34.73%
G = 49.4%
B = 15.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#74A535 (or 0x74A535) is known color: Sushi. HEX triplet: 74, A5 and 35. RGB value is (116,165,53). Sum of RGB (Red+Green+Blue) = 116+165+53=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #74A535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A535 is #8B5ACA. Grayscale: #898989. Windows color (decimal): -9132747 or 3515764. OLE color: 3515764.

HSL color Cylindrical-coordinate representation of color #74A535: hue angle of 86.25º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74A535 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 165 53 -
CMYK 0.30 0 0.68 0.35
HSL 86.25º 0.51% 0.43% -
HSV(B) 86.25º 0.68% 0.65% -
XYZ 21.3 30.88 8.21 -
YUV 137.58 80.27 112.61 -
System Red Green Blue C M Y K H S L
Decimal 116 165 53 0.30 0 0.68 0.35 86.25 0.51 0.43
Hex 74 A5 35 1E 0 44 23 56 33 2B
Octal 164 245 65 36 0 104 43 126 63 53
Binary 1110100 10100101 110101 11110 0 1000100 100011 1010110 110011 101011

Color Harmonies of #74A535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A535

Black with #74A535

Text Example


Text Example

White with #74A535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,165,53); }

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

background-color css

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

 a { background-color: rgb(116,165,53); }

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

border-color css

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

 span { border-color: rgb(116,165,53); }

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