Html Css Color HEX #18582C Crusoe

📋 copy color: '#18582C'

red 24 ◦ green 88 ◦ blue 44

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

Shades of Crusoe #18582C

Tints of Crusoe #18582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.41%

 BLUE value IS 44 (17.58% from 255) = 28.21%

R = 15.38%
G = 56.41%
B = 28.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#18582C (or 0x18582C) is known color: Crusoe. HEX triplet: 18, 58 and 2C. RGB value is (24,88,44). Sum of RGB (Red+Green+Blue) = 24+88+44=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #18582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18582C is #E7A7D3. Grayscale: #3F3F3F. Windows color (decimal): -15181780 or 2906136. OLE color: 2906136.

HSL color Cylindrical-coordinate representation of color #18582C: hue angle of 138.75º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18582C is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 88 44 -
CMYK 0.73 0 0.5 0.65
HSL 138.75º 0.57% 0.22% -
HSV(B) 138.75º 0.73% 0.35% -
XYZ 4.32 7.36 3.57 -
YUV 63.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 24 88 44 0.73 0 0.5 0.65 138.75 0.57 0.22
Hex 18 58 2C 49 0 32 41 8B 39 16
Octal 30 130 54 111 0 62 101 213 71 26
Binary 11000 1011000 101100 1001001 0 110010 1000001 10001011 111001 10110

Color Harmonies of #18582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18582C

Black with #18582C

Text Example


Text Example

White with #18582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18582C; }

 p { color: rgb(24,88,44); }

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

background-color css

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

 a { background-color: rgb(24,88,44); }

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

border-color css

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

 span { border-color: rgb(24,88,44); }

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