Html Css Color HEX #185228 Crusoe

📋 copy color: '#185228'

red 24 ◦ green 82 ◦ blue 40

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

Shades of Crusoe #185228

Tints of Crusoe #185228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.16%

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

R = 16.44%
G = 56.16%
B = 27.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#185228 (or 0x185228) is known color: Crusoe. HEX triplet: 18, 52 and 28. RGB value is (24,82,40). Sum of RGB (Red+Green+Blue) = 24+82+40=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #185228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185228 is #E7ADD7. Grayscale: #3B3B3B. Windows color (decimal): -15183320 or 2642456. OLE color: 2642456.

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

Color convert

RGB 24 82 40 -
CMYK 0.71 0 0.51 0.68
HSL 136.55º 0.55% 0.21% -
HSV(B) 136.55º 0.71% 0.32% -
XYZ 3.78 6.38 3.04 -
YUV 59.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 24 82 40 0.71 0 0.51 0.68 136.55 0.55 0.21
Hex 18 52 28 47 0 33 44 89 37 15
Octal 30 122 50 107 0 63 104 211 67 25
Binary 11000 1010010 101000 1000111 0 110011 1000100 10001001 110111 10101

Color Harmonies of #185228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185228

Black with #185228

Text Example


Text Example

White with #185228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185228; }

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

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

background-color css

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

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

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

border-color css

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

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

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