Html Css Color HEX #18582A Crusoe

📋 copy color: '#18582A'

red 24 ◦ green 88 ◦ blue 42

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

Shades of Crusoe #18582A

Tints of Crusoe #18582A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 15.58%
G = 57.14%
B = 27.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#18582A (or 0x18582A) is known color: Crusoe. HEX triplet: 18, 58 and 2A. RGB value is (24,88,42). Sum of RGB (Red+Green+Blue) = 24+88+42=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #18582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18582A is #E7A7D5. Grayscale: #3F3F3F. Windows color (decimal): -15181782 or 2775064. OLE color: 2775064.

HSL color Cylindrical-coordinate representation of color #18582A: hue angle of 136.88º 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 #18582A is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 88 42 -
CMYK 0.73 0 0.52 0.65
HSL 136.88º 0.57% 0.22% -
HSV(B) 136.88º 0.73% 0.35% -
XYZ 4.28 7.34 3.38 -
YUV 63.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 24 88 42 0.73 0 0.52 0.65 136.88 0.57 0.22
Hex 18 58 2A 49 0 34 41 89 39 16
Octal 30 130 52 111 0 64 101 211 71 26
Binary 11000 1011000 101010 1001001 0 110100 1000001 10001001 111001 10110

Color Harmonies of #18582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18582A

Black with #18582A

Text Example


Text Example

White with #18582A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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