Html Css Color HEX #185129 Crusoe

📋 copy color: '#185129'

red 24 ◦ green 81 ◦ blue 41

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

Shades of Crusoe #185129

Tints of Crusoe #185129

RGB

 RED value IS 24 (9.77% from 255) = 16.44%

 GREEN value IS 81 (32.03% from 255) = 55.48%

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

R = 16.44%
G = 55.48%
B = 28.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#185129 (or 0x185129) is known color: Crusoe. HEX triplet: 18, 51 and 29. RGB value is (24,81,41). Sum of RGB (Red+Green+Blue) = 24+81+41=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #185129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185129 is #E7AED6. Grayscale: #3B3B3B. Windows color (decimal): -15183575 or 2707736. OLE color: 2707736.

HSL color Cylindrical-coordinate representation of color #185129: hue angle of 137.89º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185129 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 81 41 -
CMYK 0.70 0 0.49 0.68
HSL 137.89º 0.54% 0.21% -
HSV(B) 137.89º 0.7% 0.32% -
XYZ 3.72 6.24 3.11 -
YUV 59.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 24 81 41 0.70 0 0.49 0.68 137.89 0.54 0.21
Hex 18 51 29 46 0 31 44 8A 36 15
Octal 30 121 51 106 0 61 104 212 66 25
Binary 11000 1010001 101001 1000110 0 110001 1000100 10001010 110110 10101

Color Harmonies of #185129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185129

Black with #185129

Text Example


Text Example

White with #185129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185129; }

 p { color: rgb(24,81,41); }

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

background-color css

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

 a { background-color: rgb(24,81,41); }

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

border-color css

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

 span { border-color: rgb(24,81,41); }

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