Html Css Color HEX #185442 Sherwood Green

📋 copy color: '#185442'

red 24 ◦ green 84 ◦ blue 66

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

Shades of Sherwood Green #185442

Tints of Sherwood Green #185442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

 BLUE value IS 66 (26.17% from 255) = 37.93%

R = 13.79%
G = 48.28%
B = 37.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#185442 (or 0x185442) is known color: Sherwood Green. HEX triplet: 18, 54 and 42. RGB value is (24,84,66). Sum of RGB (Red+Green+Blue) = 24+84+66=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #185442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185442 is #E7ABBD. Grayscale: #404040. Windows color (decimal): -15182782 or 4346904. OLE color: 4346904.

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

Color convert

RGB 24 84 66 -
CMYK 0.71 0 0.21 0.67
HSL 162º 0.56% 0.21% -
HSV(B) 162º 0.71% 0.33% -
XYZ 4.53 6.93 6.25 -
YUV 64.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 24 84 66 0.71 0 0.21 0.67 162 0.56 0.21
Hex 18 54 42 47 0 15 43 A2 38 15
Octal 30 124 102 107 0 25 103 242 70 25
Binary 11000 1010100 1000010 1000111 0 10101 1000011 10100010 111000 10101

Color Harmonies of #185442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185442

Black with #185442

Text Example


Text Example

White with #185442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185442; }

 p { color: rgb(24,84,66); }

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

background-color css

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

 a { background-color: rgb(24,84,66); }

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

border-color css

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

 span { border-color: rgb(24,84,66); }

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