Html Css Color HEX #18552B Crusoe

📋 copy color: '#18552B'

red 24 ◦ green 85 ◦ blue 43

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

Shades of Crusoe #18552B

Tints of Crusoe #18552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 15.79%
G = 55.92%
B = 28.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#18552B (or 0x18552B) is known color: Crusoe. HEX triplet: 18, 55 and 2B. RGB value is (24,85,43). Sum of RGB (Red+Green+Blue) = 24+85+43=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #18552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18552B is #E7AAD4. Grayscale: #3E3E3E. Windows color (decimal): -15182549 or 2839832. OLE color: 2839832.

HSL color Cylindrical-coordinate representation of color #18552B: hue angle of 138.69º 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 #18552B is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 85 43 -
CMYK 0.72 0 0.49 0.67
HSL 138.69º 0.56% 0.21% -
HSV(B) 138.69º 0.72% 0.33% -
XYZ 4.06 6.87 3.4 -
YUV 61.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 24 85 43 0.72 0 0.49 0.67 138.69 0.56 0.21
Hex 18 55 2B 48 0 31 43 8B 38 15
Octal 30 125 53 110 0 61 103 213 70 25
Binary 11000 1010101 101011 1001000 0 110001 1000011 10001011 111000 10101

Color Harmonies of #18552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18552B

Black with #18552B

Text Example


Text Example

White with #18552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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