Html Css Color HEX #017435 Jewel

📋 copy color: '#017435'

red 1 ◦ green 116 ◦ blue 53

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

Shades of Jewel #017435

Tints of Jewel #017435

RGB

 RED value IS 1 (0.78% from 255) = 0.59%

 GREEN value IS 116 (45.7% from 255) = 68.24%

 BLUE value IS 53 (21.09% from 255) = 31.18%

R = 0.59%
G = 68.24%
B = 31.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#017435 (or 0x017435) is known color: Jewel. HEX triplet: 01, 74 and 35. RGB value is (1,116,53). Sum of RGB (Red+Green+Blue) = 1+116+53=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #017435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017435 is #FE8BCA. Grayscale: #4A4A4A. Windows color (decimal): -16681931 or 3503105. OLE color: 3503105.

HSL color Cylindrical-coordinate representation of color #017435: hue angle of 147.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017435 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 116 53 -
CMYK 0.99 0 0.54 0.55
HSL 147.13º 0.98% 0.23% -
HSV(B) 147.13º 0.99% 0.45% -
XYZ 6.9 12.75 5.47 -
YUV 74.43 115.9 75.62 -
System Red Green Blue C M Y K H S L
Decimal 1 116 53 0.99 0 0.54 0.55 147.13 0.98 0.23
Hex 1 74 35 63 0 36 37 93 62 17
Octal 1 164 65 143 0 66 67 223 142 27
Binary 1 1110100 110101 1100011 0 110110 110111 10010011 1100010 10111

Color Harmonies of #017435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017435

Black with #017435

Text Example


Text Example

White with #017435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017435; }

 p { color: rgb(1,116,53); }

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

background-color css

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

 a { background-color: rgb(1,116,53); }

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

border-color css

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

 span { border-color: rgb(1,116,53); }

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