Html Css Color HEX #74B31C Christi

📋 copy color: '#74B31C'

red 116 ◦ green 179 ◦ blue 28

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

Shades of Christi #74B31C

Tints of Christi #74B31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 35.91%
G = 55.42%
B = 8.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#74B31C (or 0x74B31C) is known color: Christi. HEX triplet: 74, B3 and 1C. RGB value is (116,179,28). Sum of RGB (Red+Green+Blue) = 116+179+28=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #74B31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B31C is #8B4CE3. Grayscale: #8F8F8F. Windows color (decimal): -9129188 or 1880948. OLE color: 1880948.

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

Color convert

RGB 116 179 28 -
CMYK 0.35 0 0.84 0.30
HSL 85.03º 0.73% 0.41% -
HSV(B) 85.03º 0.84% 0.7% -
XYZ 23.53 36.04 6.81 -
YUV 142.95 63.13 108.78 -
System Red Green Blue C M Y K H S L
Decimal 116 179 28 0.35 0 0.84 0.30 85.03 0.73 0.41
Hex 74 B3 1C 23 0 54 1E 55 49 29
Octal 164 263 34 43 0 124 36 125 111 51
Binary 1110100 10110011 11100 100011 0 1010100 11110 1010101 1001001 101001

Color Harmonies of #74B31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B31C

Black with #74B31C

Text Example


Text Example

White with #74B31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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