Html Css Color HEX #185323 Crusoe

📋 copy color: '#185323'

red 24 ◦ green 83 ◦ blue 35

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

Shades of Crusoe #185323

Tints of Crusoe #185323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.65%

R = 16.9%
G = 58.45%
B = 24.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#185323 (or 0x185323) is known color: Crusoe. HEX triplet: 18, 53 and 23. RGB value is (24,83,35). Sum of RGB (Red+Green+Blue) = 24+83+35=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #185323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185323 is #E7ACDC. Grayscale: #3C3C3C. Windows color (decimal): -15183069 or 2315032. OLE color: 2315032.

HSL color Cylindrical-coordinate representation of color #185323: hue angle of 131.19º 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 #185323 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 83 35 -
CMYK 0.71 0 0.58 0.67
HSL 131.19º 0.55% 0.21% -
HSV(B) 131.19º 0.71% 0.33% -
XYZ 3.77 6.5 2.65 -
YUV 59.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 24 83 35 0.71 0 0.58 0.67 131.19 0.55 0.21
Hex 18 53 23 47 0 3A 43 83 37 15
Octal 30 123 43 107 0 72 103 203 67 25
Binary 11000 1010011 100011 1000111 0 111010 1000011 10000011 110111 10101

Color Harmonies of #185323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185323

Black with #185323

Text Example


Text Example

White with #185323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185323; }

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

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

background-color css

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

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

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

border-color css

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

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

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