Html Css Color HEX #365A42 Goblin

📋 copy color: '#365A42'

red 54 ◦ green 90 ◦ blue 66

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

Shades of Goblin #365A42

Tints of Goblin #365A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.86%

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

R = 25.71%
G = 42.86%
B = 31.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#365A42 (or 0x365A42) is known color: Goblin. HEX triplet: 36, 5A and 42. RGB value is (54,90,66). Sum of RGB (Red+Green+Blue) = 54+90+66=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #365A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A42 is #C9A5BD. Grayscale: #4C4C4C. Windows color (decimal): -13215166 or 4348470. OLE color: 4348470.

HSL color Cylindrical-coordinate representation of color #365A42: hue angle of 140º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A42 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 66 -
CMYK 0.40 0 0.27 0.65
HSL 140º 0.25% 0.28% -
HSV(B) 140º 0.4% 0.35% -
XYZ 6.16 8.49 6.47 -
YUV 76.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 54 90 66 0.40 0 0.27 0.65 140 0.25 0.28
Hex 36 5A 42 28 0 1B 41 8C 19 1C
Octal 66 132 102 50 0 33 101 214 31 34
Binary 110110 1011010 1000010 101000 0 11011 1000001 10001100 11001 11100

Color Harmonies of #365A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A42

Black with #365A42

Text Example


Text Example

White with #365A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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