Html Css Color HEX #186130 Crusoe

📋 copy color: '#186130'

red 24 ◦ green 97 ◦ blue 48

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

Shades of Crusoe #186130

Tints of Crusoe #186130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.4%

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

R = 14.2%
G = 57.4%
B = 28.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#186130 (or 0x186130) is known color: Crusoe. HEX triplet: 18, 61 and 30. RGB value is (24,97,48). Sum of RGB (Red+Green+Blue) = 24+97+48=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #186130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186130 is #E79ECF. Grayscale: #454545. Windows color (decimal): -15179472 or 3170584. OLE color: 3170584.

HSL color Cylindrical-coordinate representation of color #186130: hue angle of 139.73º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186130 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 97 48 -
CMYK 0.75 0 0.51 0.62
HSL 139.73º 0.6% 0.24% -
HSV(B) 139.73º 0.75% 0.38% -
XYZ 5.18 8.96 4.25 -
YUV 69.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 24 97 48 0.75 0 0.51 0.62 139.73 0.6 0.24
Hex 18 61 30 4B 0 33 3E 8C 3C 18
Octal 30 141 60 113 0 63 76 214 74 30
Binary 11000 1100001 110000 1001011 0 110011 111110 10001100 111100 11000

Color Harmonies of #186130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186130

Black with #186130

Text Example


Text Example

White with #186130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186130; }

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

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

background-color css

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

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

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

border-color css

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

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

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