Html Css Color HEX #185426 Crusoe

📋 copy color: '#185426'

red 24 ◦ green 84 ◦ blue 38

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

Shades of Crusoe #185426

Tints of Crusoe #185426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 16.44%
G = 57.53%
B = 26.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#185426 (or 0x185426) is known color: Crusoe. HEX triplet: 18, 54 and 26. RGB value is (24,84,38). Sum of RGB (Red+Green+Blue) = 24+84+38=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #185426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185426 is #E7ABD9. Grayscale: #3C3C3C. Windows color (decimal): -15182810 or 2511896. OLE color: 2511896.

HSL color Cylindrical-coordinate representation of color #185426: hue angle of 134º 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 #185426 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 84 38 -
CMYK 0.71 0 0.55 0.67
HSL 134º 0.56% 0.21% -
HSV(B) 134º 0.71% 0.33% -
XYZ 3.9 6.67 2.92 -
YUV 60.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 24 84 38 0.71 0 0.55 0.67 134 0.56 0.21
Hex 18 54 26 47 0 37 43 86 38 15
Octal 30 124 46 107 0 67 103 206 70 25
Binary 11000 1010100 100110 1000111 0 110111 1000011 10000110 111000 10101

Color Harmonies of #185426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185426

Black with #185426

Text Example


Text Example

White with #185426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185426; }

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

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

background-color css

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

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

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

border-color css

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

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

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