Html Css Color HEX #185230 Crusoe

📋 copy color: '#185230'

red 24 ◦ green 82 ◦ blue 48

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

Shades of Crusoe #185230

Tints of Crusoe #185230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.17%

R = 15.58%
G = 53.25%
B = 31.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#185230 (or 0x185230) is known color: Crusoe. HEX triplet: 18, 52 and 30. RGB value is (24,82,48). Sum of RGB (Red+Green+Blue) = 24+82+48=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #185230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185230 is #E7ADCF. Grayscale: #3C3C3C. Windows color (decimal): -15183312 or 3166744. OLE color: 3166744.

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

Color convert

RGB 24 82 48 -
CMYK 0.71 0 0.41 0.68
HSL 144.83º 0.55% 0.21% -
HSV(B) 144.83º 0.71% 0.32% -
XYZ 3.93 6.44 3.83 -
YUV 60.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 24 82 48 0.71 0 0.41 0.68 144.83 0.55 0.21
Hex 18 52 30 47 0 29 44 91 37 15
Octal 30 122 60 107 0 51 104 221 67 25
Binary 11000 1010010 110000 1000111 0 101001 1000100 10010001 110111 10101

Color Harmonies of #185230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185230

Black with #185230

Text Example


Text Example

White with #185230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185230; }

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

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

background-color css

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

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

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

border-color css

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

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

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