Html Css Color HEX #185429 Crusoe

📋 copy color: '#185429'

red 24 ◦ green 84 ◦ blue 41

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

Shades of Crusoe #185429

Tints of Crusoe #185429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56.38%

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

R = 16.11%
G = 56.38%
B = 27.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#185429 (or 0x185429) is known color: Crusoe. HEX triplet: 18, 54 and 29. RGB value is (24,84,41). Sum of RGB (Red+Green+Blue) = 24+84+41=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #185429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185429 is #E7ABD6. Grayscale: #3D3D3D. Windows color (decimal): -15182807 or 2708504. OLE color: 2708504.

HSL color Cylindrical-coordinate representation of color #185429: hue angle of 137º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185429 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 84 41 -
CMYK 0.71 0 0.51 0.67
HSL 137º 0.56% 0.21% -
HSV(B) 137º 0.71% 0.33% -
XYZ 3.95 6.69 3.18 -
YUV 61.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 24 84 41 0.71 0 0.51 0.67 137 0.56 0.21
Hex 18 54 29 47 0 33 43 89 38 15
Octal 30 124 51 107 0 63 103 211 70 25
Binary 11000 1010100 101001 1000111 0 110011 1000011 10001001 111000 10101

Color Harmonies of #185429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185429

Black with #185429

Text Example


Text Example

White with #185429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185429; }

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

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

background-color css

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

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

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

border-color css

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

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

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