Html Css Color HEX #185331 Crusoe

📋 copy color: '#185331'

red 24 ◦ green 83 ◦ blue 49

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

Shades of Crusoe #185331

Tints of Crusoe #185331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.21%

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 15.38%
G = 53.21%
B = 31.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#185331 (or 0x185331) is known color: Crusoe. HEX triplet: 18, 53 and 31. RGB value is (24,83,49). Sum of RGB (Red+Green+Blue) = 24+83+49=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #185331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185331 is #E7ACCE. Grayscale: #3D3D3D. Windows color (decimal): -15183055 or 3232536. OLE color: 3232536.

HSL color Cylindrical-coordinate representation of color #185331: hue angle of 145.42º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185331 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 83 49 -
CMYK 0.71 0 0.41 0.67
HSL 145.42º 0.55% 0.21% -
HSV(B) 145.42º 0.71% 0.33% -
XYZ 4.02 6.6 3.97 -
YUV 61.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 24 83 49 0.71 0 0.41 0.67 145.42 0.55 0.21
Hex 18 53 31 47 0 29 43 91 37 15
Octal 30 123 61 107 0 51 103 221 67 25
Binary 11000 1010011 110001 1000111 0 101001 1000011 10010001 110111 10101

Color Harmonies of #185331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185331

Black with #185331

Text Example


Text Example

White with #185331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185331; }

 p { color: rgb(24,83,49); }

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

background-color css

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

 a { background-color: rgb(24,83,49); }

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

border-color css

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

 span { border-color: rgb(24,83,49); }

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