Html Css Color HEX #1A4731 Zuccini

📋 copy color: '#1A4731'

red 26 ◦ green 71 ◦ blue 49

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

Shades of Zuccini #1A4731

Tints of Zuccini #1A4731

RGB

 RED value IS 26 (10.55% from 255) = 17.81%

 GREEN value IS 71 (28.13% from 255) = 48.63%

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 17.81%
G = 48.63%
B = 33.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#1A4731 (or 0x1A4731) is known color: Zuccini. HEX triplet: 1A, 47 and 31. RGB value is (26,71,49). Sum of RGB (Red+Green+Blue) = 26+71+49=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4731 is #E5B8CE. Grayscale: #373737. Windows color (decimal): -15055055 or 3229466. OLE color: 3229466.

HSL color Cylindrical-coordinate representation of color #1A4731: hue angle of 150.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4731 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 26 71 49 -
CMYK 0.63 0 0.31 0.72
HSL 150.67º 0.46% 0.19% -
HSV(B) 150.67º 0.63% 0.28% -
XYZ 3.23 4.95 3.69 -
YUV 55.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 26 71 49 0.63 0 0.31 0.72 150.67 0.46 0.19
Hex 1A 47 31 3F 0 1F 48 97 2E 13
Octal 32 107 61 77 0 37 110 227 56 23
Binary 11010 1000111 110001 111111 0 11111 1001000 10010111 101110 10011

Color Harmonies of #1A4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4731

Black with #1A4731

Text Example


Text Example

White with #1A4731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A4731; }

 p { color: rgb(26,71,49); }

 H1.HeaderClassName
 {
   color: #1A4731;
 }
 .AnyTagClassName
 {
   color: #1A4731;
 }
</style>

background-color css

<style>
 a { background-color: #1A4731; }

 a { background-color: rgb(26,71,49); }

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

border-color css

<style>
 span { border-color: #1A4731; }

 span { border-color: rgb(26,71,49); }

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