Html Css Color HEX #104129 Zuccini

📋 copy color: '#104129'

red 16 ◦ green 65 ◦ blue 41

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

Shades of Zuccini #104129

Tints of Zuccini #104129

RGB

 RED value IS 16 (6.64% from 255) = 13.11%

 GREEN value IS 65 (25.78% from 255) = 53.28%

 BLUE value IS 41 (16.41% from 255) = 33.61%

R = 13.11%
G = 53.28%
B = 33.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#104129 (or 0x104129) is known color: Zuccini. HEX triplet: 10, 41 and 29. RGB value is (16,65,41). Sum of RGB (Red+Green+Blue) = 16+65+41=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #104129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104129 is #EFBED6. Grayscale: #2F2F2F. Windows color (decimal): -15711959 or 2703632. OLE color: 2703632.

HSL color Cylindrical-coordinate representation of color #104129: hue angle of 150.61º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104129 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 65 41 -
CMYK 0.75 0 0.37 0.75
HSL 150.61º 0.6% 0.16% -
HSV(B) 150.61º 0.75% 0.25% -
XYZ 2.5 4.05 2.75 -
YUV 47.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 16 65 41 0.75 0 0.37 0.75 150.61 0.6 0.16
Hex 10 41 29 4B 0 25 4B 97 3C 10
Octal 20 101 51 113 0 45 113 227 74 20
Binary 10000 1000001 101001 1001011 0 100101 1001011 10010111 111100 10000

Color Harmonies of #104129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104129

Black with #104129

Text Example


Text Example

White with #104129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104129; }

 p { color: rgb(16,65,41); }

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

background-color css

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

 a { background-color: rgb(16,65,41); }

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

border-color css

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

 span { border-color: rgb(16,65,41); }

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