Html Css Color HEX #016838 Jewel

📋 copy color: '#016838'

red 1 ◦ green 104 ◦ blue 56

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

Shades of Jewel #016838

Tints of Jewel #016838

RGB

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

 GREEN value IS 104 (41.02% from 255) = 64.6%

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 0.62%
G = 64.6%
B = 34.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#016838 (or 0x016838) is known color: Jewel. HEX triplet: 01, 68 and 38. RGB value is (1,104,56). Sum of RGB (Red+Green+Blue) = 1+104+56=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #016838 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016838 is #FE97C7. Grayscale: #434343. Windows color (decimal): -16685000 or 3696641. OLE color: 3696641.

HSL color Cylindrical-coordinate representation of color #016838: hue angle of 152.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016838 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 56 -
CMYK 0.99 0 0.46 0.59
HSL 152.04º 0.98% 0.21% -
HSV(B) 152.04º 0.99% 0.41% -
XYZ 5.68 10.19 5.41 -
YUV 67.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 1 104 56 0.99 0 0.46 0.59 152.04 0.98 0.21
Hex 1 68 38 63 0 2E 3B 98 62 15
Octal 1 150 70 143 0 56 73 230 142 25
Binary 1 1101000 111000 1100011 0 101110 111011 10011000 1100010 10101

Color Harmonies of #016838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016838

Black with #016838

Text Example


Text Example

White with #016838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016838; }

 p { color: rgb(1,104,56); }

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

background-color css

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

 a { background-color: rgb(1,104,56); }

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

border-color css

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

 span { border-color: rgb(1,104,56); }

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