Html Css Color HEX #185226 Crusoe

📋 copy color: '#185226'

red 24 ◦ green 82 ◦ blue 38

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

Shades of Crusoe #185226

Tints of Crusoe #185226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.39%

R = 16.67%
G = 56.94%
B = 26.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#185226 (or 0x185226) is known color: Crusoe. HEX triplet: 18, 52 and 26. RGB value is (24,82,38). Sum of RGB (Red+Green+Blue) = 24+82+38=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #185226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185226 is #E7ADD9. Grayscale: #3B3B3B. Windows color (decimal): -15183322 or 2511384. OLE color: 2511384.

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

Color convert

RGB 24 82 38 -
CMYK 0.71 0 0.54 0.68
HSL 134.48º 0.55% 0.21% -
HSV(B) 134.48º 0.71% 0.32% -
XYZ 3.74 6.37 2.87 -
YUV 59.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 24 82 38 0.71 0 0.54 0.68 134.48 0.55 0.21
Hex 18 52 26 47 0 36 44 86 37 15
Octal 30 122 46 107 0 66 104 206 67 25
Binary 11000 1010010 100110 1000111 0 110110 1000100 10000110 110111 10101

Color Harmonies of #185226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185226

Black with #185226

Text Example


Text Example

White with #185226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185226; }

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

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

background-color css

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

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

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

border-color css

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

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

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