Html Css Color HEX #74B448 Apple

📋 copy color: '#74B448'

red 116 ◦ green 180 ◦ blue 72

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

Shades of Apple #74B448

Tints of Apple #74B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.91%

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 31.52%
G = 48.91%
B = 19.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#74B448 (or 0x74B448) is known color: Apple. HEX triplet: 74, B4 and 48. RGB value is (116,180,72). Sum of RGB (Red+Green+Blue) = 116+180+72=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #74B448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B448 is #8B4BB7. Grayscale: #949494. Windows color (decimal): -9128888 or 4764788. OLE color: 4764788.

HSL color Cylindrical-coordinate representation of color #74B448: hue angle of 95.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74B448 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 72 -
CMYK 0.36 0 0.60 0.29
HSL 95.56º 0.43% 0.49% -
HSV(B) 95.56º 0.6% 0.71% -
XYZ 24.69 36.82 11.94 -
YUV 148.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 116 180 72 0.36 0 0.60 0.29 95.56 0.43 0.49
Hex 74 B4 48 24 0 3C 1D 60 2B 31
Octal 164 264 110 44 0 74 35 140 53 61
Binary 1110100 10110100 1001000 100100 0 111100 11101 1100000 101011 110001

Color Harmonies of #74B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B448

Black with #74B448

Text Example


Text Example

White with #74B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,180,72); }

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

background-color css

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

 a { background-color: rgb(116,180,72); }

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

border-color css

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

 span { border-color: rgb(116,180,72); }

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