Html Css Color HEX #116023 Crusoe

📋 copy color: '#116023'

red 17 ◦ green 96 ◦ blue 35

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

Shades of Crusoe #116023

Tints of Crusoe #116023

RGB

 RED value IS 17 (7.03% from 255) = 11.49%

 GREEN value IS 96 (37.89% from 255) = 64.86%

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

R = 11.49%
G = 64.86%
B = 23.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#116023 (or 0x116023) is known color: Crusoe. HEX triplet: 11, 60 and 23. RGB value is (17,96,35). Sum of RGB (Red+Green+Blue) = 17+96+35=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #116023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116023 is #EE9FDC. Grayscale: #414141. Windows color (decimal): -15638493 or 2318353. OLE color: 2318353.

HSL color Cylindrical-coordinate representation of color #116023: hue angle of 133.67º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116023 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 35 -
CMYK 0.82 0 0.64 0.62
HSL 133.67º 0.7% 0.22% -
HSV(B) 133.67º 0.82% 0.38% -
XYZ 4.72 8.61 3 -
YUV 65.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 17 96 35 0.82 0 0.64 0.62 133.67 0.7 0.22
Hex 11 60 23 52 0 40 3E 86 46 16
Octal 21 140 43 122 0 100 76 206 106 26
Binary 10001 1100000 100011 1010010 0 1000000 111110 10000110 1000110 10110

Color Harmonies of #116023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116023

Black with #116023

Text Example


Text Example

White with #116023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116023; }

 p { color: rgb(17,96,35); }

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

background-color css

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

 a { background-color: rgb(17,96,35); }

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

border-color css

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

 span { border-color: rgb(17,96,35); }

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