Html Css Color HEX #74B349 Apple

📋 copy color: '#74B349'

red 116 ◦ green 179 ◦ blue 73

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

Shades of Apple #74B349

Tints of Apple #74B349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.64%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 31.52%
G = 48.64%
B = 19.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#74B349 (or 0x74B349) is known color: Apple. HEX triplet: 74, B3 and 49. RGB value is (116,179,73). Sum of RGB (Red+Green+Blue) = 116+179+73=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #74B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B349 is #8B4CB6. Grayscale: #949494. Windows color (decimal): -9129143 or 4830068. OLE color: 4830068.

HSL color Cylindrical-coordinate representation of color #74B349: hue angle of 95.66º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74B349 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 179 73 -
CMYK 0.35 0 0.59 0.30
HSL 95.66º 0.42% 0.49% -
HSV(B) 95.66º 0.59% 0.7% -
XYZ 24.53 36.43 12.04 -
YUV 148.08 85.63 105.12 -
System Red Green Blue C M Y K H S L
Decimal 116 179 73 0.35 0 0.59 0.30 95.66 0.42 0.49
Hex 74 B3 49 23 0 3B 1E 60 2A 31
Octal 164 263 111 43 0 73 36 140 52 61
Binary 1110100 10110011 1001001 100011 0 111011 11110 1100000 101010 110001

Color Harmonies of #74B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B349

Black with #74B349

Text Example


Text Example

White with #74B349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,179,73); }

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

background-color css

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

 a { background-color: rgb(116,179,73); }

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

border-color css

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

 span { border-color: rgb(116,179,73); }

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