Html Css Color HEX #18642E Crusoe

📋 copy color: '#18642E'

red 24 ◦ green 100 ◦ blue 46

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

Shades of Crusoe #18642E

Tints of Crusoe #18642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 58.82%

 BLUE value IS 46 (18.36% from 255) = 27.06%

R = 14.12%
G = 58.82%
B = 27.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#18642E (or 0x18642E) is known color: Crusoe. HEX triplet: 18, 64 and 2E. RGB value is (24,100,46). Sum of RGB (Red+Green+Blue) = 24+100+46=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #18642E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18642E is #E79BD1. Grayscale: #474747. Windows color (decimal): -15178706 or 3040280. OLE color: 3040280.

HSL color Cylindrical-coordinate representation of color #18642E: hue angle of 137.37º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18642E is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 100 46 -
CMYK 0.76 0 0.54 0.61
HSL 137.37º 0.61% 0.24% -
HSV(B) 137.37º 0.76% 0.39% -
XYZ 5.43 9.51 4.13 -
YUV 71.12 113.82 94.39 -
System Red Green Blue C M Y K H S L
Decimal 24 100 46 0.76 0 0.54 0.61 137.37 0.61 0.24
Hex 18 64 2E 4C 0 36 3D 89 3D 18
Octal 30 144 56 114 0 66 75 211 75 30
Binary 11000 1100100 101110 1001100 0 110110 111101 10001001 111101 11000

Color Harmonies of #18642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18642E

Black with #18642E

Text Example


Text Example

White with #18642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18642E; }

 p { color: rgb(24,100,46); }

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

background-color css

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

 a { background-color: rgb(24,100,46); }

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

border-color css

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

 span { border-color: rgb(24,100,46); }

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