Html Css Color HEX #185340 Sherwood Green

📋 copy color: '#185340'

red 24 ◦ green 83 ◦ blue 64

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

Shades of Sherwood Green #185340

Tints of Sherwood Green #185340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 14.04%
G = 48.54%
B = 37.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#185340 (or 0x185340) is known color: Sherwood Green. HEX triplet: 18, 53 and 40. RGB value is (24,83,64). Sum of RGB (Red+Green+Blue) = 24+83+64=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #185340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185340 is #E7ACBF. Grayscale: #3F3F3F. Windows color (decimal): -15183040 or 4215576. OLE color: 4215576.

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

Color convert

RGB 24 83 64 -
CMYK 0.71 0 0.23 0.67
HSL 160.68º 0.55% 0.21% -
HSV(B) 160.68º 0.71% 0.33% -
XYZ 4.4 6.75 5.92 -
YUV 63.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 24 83 64 0.71 0 0.23 0.67 160.68 0.55 0.21
Hex 18 53 40 47 0 17 43 A1 37 15
Octal 30 123 100 107 0 27 103 241 67 25
Binary 11000 1010011 1000000 1000111 0 10111 1000011 10100001 110111 10101

Color Harmonies of #185340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185340

Black with #185340

Text Example


Text Example

White with #185340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185340; }

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

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

background-color css

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

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

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

border-color css

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

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

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