Html Css Color HEX #18552C Crusoe

📋 copy color: '#18552C'

red 24 ◦ green 85 ◦ blue 44

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

Shades of Crusoe #18552C

Tints of Crusoe #18552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.56%

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

R = 15.69%
G = 55.56%
B = 28.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#18552C (or 0x18552C) is known color: Crusoe. HEX triplet: 18, 55 and 2C. RGB value is (24,85,44). Sum of RGB (Red+Green+Blue) = 24+85+44=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #18552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18552C is #E7AAD3. Grayscale: #3E3E3E. Windows color (decimal): -15182548 or 2905368. OLE color: 2905368.

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

Color convert

RGB 24 85 44 -
CMYK 0.72 0 0.48 0.67
HSL 139.67º 0.56% 0.21% -
HSV(B) 139.67º 0.72% 0.33% -
XYZ 4.08 6.87 3.49 -
YUV 62.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 24 85 44 0.72 0 0.48 0.67 139.67 0.56 0.21
Hex 18 55 2C 48 0 30 43 8C 38 15
Octal 30 125 54 110 0 60 103 214 70 25
Binary 11000 1010101 101100 1001000 0 110000 1000011 10001100 111000 10101

Color Harmonies of #18552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18552C

Black with #18552C

Text Example


Text Example

White with #18552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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