Html Css Color HEX #106023 Crusoe

📋 copy color: '#106023'

red 16 ◦ green 96 ◦ blue 35

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

Shades of Crusoe #106023

Tints of Crusoe #106023

RGB

 RED value IS 16 (6.64% from 255) = 10.88%

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

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

R = 10.88%
G = 65.31%
B = 23.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#106023 (or 0x106023) is known color: Crusoe. HEX triplet: 10, 60 and 23. RGB value is (16,96,35). Sum of RGB (Red+Green+Blue) = 16+96+35=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #106023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106023 is #EF9FDC. Grayscale: #414141. Windows color (decimal): -15704029 or 2318352. OLE color: 2318352.

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

Color convert

RGB 16 96 35 -
CMYK 0.83 0 0.64 0.62
HSL 134.25º 0.71% 0.22% -
HSV(B) 134.25º 0.83% 0.38% -
XYZ 4.7 8.6 3 -
YUV 65.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 16 96 35 0.83 0 0.64 0.62 134.25 0.71 0.22
Hex 10 60 23 53 0 40 3E 86 47 16
Octal 20 140 43 123 0 100 76 206 107 26
Binary 10000 1100000 100011 1010011 0 1000000 111110 10000110 1000111 10110

Color Harmonies of #106023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106023

Black with #106023

Text Example


Text Example

White with #106023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106023; }

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

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

background-color css

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

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

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

border-color css

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

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

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