Html Css Color HEX #185328 Crusoe

📋 copy color: '#185328'

red 24 ◦ green 83 ◦ blue 40

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

Shades of Crusoe #185328

Tints of Crusoe #185328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 16.33%
G = 56.46%
B = 27.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#185328 (or 0x185328) is known color: Crusoe. HEX triplet: 18, 53 and 28. RGB value is (24,83,40). Sum of RGB (Red+Green+Blue) = 24+83+40=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #185328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185328 is #E7ACD7. Grayscale: #3C3C3C. Windows color (decimal): -15183064 or 2642712. OLE color: 2642712.

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

Color convert

RGB 24 83 40 -
CMYK 0.71 0 0.52 0.67
HSL 136.27º 0.55% 0.21% -
HSV(B) 136.27º 0.71% 0.33% -
XYZ 3.85 6.53 3.07 -
YUV 60.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 24 83 40 0.71 0 0.52 0.67 136.27 0.55 0.21
Hex 18 53 28 47 0 34 43 88 37 15
Octal 30 123 50 107 0 64 103 210 67 25
Binary 11000 1010011 101000 1000111 0 110100 1000011 10001000 110111 10101

Color Harmonies of #185328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185328

Black with #185328

Text Example


Text Example

White with #185328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185328; }

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

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

background-color css

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

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

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

border-color css

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

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

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