Html Css Color HEX #016D23 Crusoe

📋 copy color: '#016D23'

red 1 ◦ green 109 ◦ blue 35

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

Shades of Crusoe #016D23

Tints of Crusoe #016D23

RGB

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

 GREEN value IS 109 (42.97% from 255) = 75.17%

 BLUE value IS 35 (14.06% from 255) = 24.14%

R = 0.69%
G = 75.17%
B = 24.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#016D23 (or 0x016D23) is known color: Crusoe. HEX triplet: 01, 6D and 23. RGB value is (1,109,35). Sum of RGB (Red+Green+Blue) = 1+109+35=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 109 (42.97% from 255 or 75.17% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 109 - color contains mainly: green. Hex color #016D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D23 is #FE92DC. Grayscale: #444444. Windows color (decimal): -16683741 or 2321665. OLE color: 2321665.

HSL color Cylindrical-coordinate representation of color #016D23: hue angle of 138.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D23 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 35 -
CMYK 0.99 0 0.68 0.57
HSL 138.89º 0.98% 0.22% -
HSV(B) 138.89º 0.99% 0.43% -
XYZ 5.78 11.07 3.42 -
YUV 68.27 109.22 80.02 -
System Red Green Blue C M Y K H S L
Decimal 1 109 35 0.99 0 0.68 0.57 138.89 0.98 0.22
Hex 1 6D 23 63 0 44 39 8B 62 16
Octal 1 155 43 143 0 104 71 213 142 26
Binary 1 1101101 100011 1100011 0 1000100 111001 10001011 1100010 10110

Color Harmonies of #016D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D23

Black with #016D23

Text Example


Text Example

White with #016D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D23; }

 p { color: rgb(1,109,35); }

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

background-color css

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

 a { background-color: rgb(1,109,35); }

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

border-color css

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

 span { border-color: rgb(1,109,35); }

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