Html Css Color HEX #106029 Crusoe

📋 copy color: '#106029'

red 16 ◦ green 96 ◦ blue 41

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

Shades of Crusoe #106029

Tints of Crusoe #106029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 10.46%
G = 62.75%
B = 26.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#106029 (or 0x106029) is known color: Crusoe. HEX triplet: 10, 60 and 29. RGB value is (16,96,41). Sum of RGB (Red+Green+Blue) = 16+96+41=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #106029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106029 is #EF9FD6. Grayscale: #414141. Windows color (decimal): -15704023 or 2711568. OLE color: 2711568.

HSL color Cylindrical-coordinate representation of color #106029: hue angle of 138.75º 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 #106029 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 96 41 -
CMYK 0.83 0 0.57 0.62
HSL 138.75º 0.71% 0.22% -
HSV(B) 138.75º 0.83% 0.38% -
XYZ 4.8 8.64 3.51 -
YUV 65.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 16 96 41 0.83 0 0.57 0.62 138.75 0.71 0.22
Hex 10 60 29 53 0 39 3E 8B 47 16
Octal 20 140 51 123 0 71 76 213 107 26
Binary 10000 1100000 101001 1010011 0 111001 111110 10001011 1000111 10110

Color Harmonies of #106029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106029

Black with #106029

Text Example


Text Example

White with #106029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106029; }

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

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

background-color css

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

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

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

border-color css

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

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

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