Html Css Color HEX #365242 Goblin

📋 copy color: '#365242'

red 54 ◦ green 82 ◦ blue 66

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

Shades of Goblin #365242

Tints of Goblin #365242

RGB

 RED value IS 54 (21.48% from 255) = 26.73%

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

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

R = 26.73%
G = 40.59%
B = 32.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#365242 (or 0x365242) is known color: Goblin. HEX triplet: 36, 52 and 42. RGB value is (54,82,66). Sum of RGB (Red+Green+Blue) = 54+82+66=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #365242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365242 is #C9ADBD. Grayscale: #474747. Windows color (decimal): -13217214 or 4346422. OLE color: 4346422.

HSL color Cylindrical-coordinate representation of color #365242: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365242 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 66 -
CMYK 0.34 0 0.20 0.68
HSL 145.71º 0.21% 0.27% -
HSV(B) 145.71º 0.34% 0.32% -
XYZ 5.52 7.21 6.26 -
YUV 71.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 54 82 66 0.34 0 0.20 0.68 145.71 0.21 0.27
Hex 36 52 42 22 0 14 44 92 15 1B
Octal 66 122 102 42 0 24 104 222 25 33
Binary 110110 1010010 1000010 100010 0 10100 1000100 10010010 10101 11011

Color Harmonies of #365242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365242

Black with #365242

Text Example


Text Example

White with #365242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365242; }

 p { color: rgb(54,82,66); }

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

background-color css

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

 a { background-color: rgb(54,82,66); }

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

border-color css

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

 span { border-color: rgb(54,82,66); }

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