Html Css Color HEX #016938 Jewel

📋 copy color: '#016938'

red 1 ◦ green 105 ◦ blue 56

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

Shades of Jewel #016938

Tints of Jewel #016938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 64.81%

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

R = 0.62%
G = 64.81%
B = 34.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#016938 (or 0x016938) is known color: Jewel. HEX triplet: 01, 69 and 38. RGB value is (1,105,56). Sum of RGB (Red+Green+Blue) = 1+105+56=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #016938 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016938 is #FE96C7. Grayscale: #444444. Windows color (decimal): -16684744 or 3696897. OLE color: 3696897.

HSL color Cylindrical-coordinate representation of color #016938: hue angle of 151.73º 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 #016938 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 56 -
CMYK 0.99 0 0.47 0.59
HSL 151.73º 0.98% 0.21% -
HSV(B) 151.73º 0.99% 0.41% -
XYZ 5.78 10.4 5.44 -
YUV 68.32 121.04 79.98 -
System Red Green Blue C M Y K H S L
Decimal 1 105 56 0.99 0 0.47 0.59 151.73 0.98 0.21
Hex 1 69 38 63 0 2F 3B 98 62 15
Octal 1 151 70 143 0 57 73 230 142 25
Binary 1 1101001 111000 1100011 0 101111 111011 10011000 1100010 10101

Color Harmonies of #016938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016938

Black with #016938

Text Example


Text Example

White with #016938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016938; }

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

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

background-color css

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

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

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

border-color css

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

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

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