Html Css Color HEX #365A3F Goblin

📋 copy color: '#365A3F'

red 54 ◦ green 90 ◦ blue 63

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

Shades of Goblin #365A3F

Tints of Goblin #365A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.43%

R = 26.09%
G = 43.48%
B = 30.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#365A3F (or 0x365A3F) is known color: Goblin. HEX triplet: 36, 5A and 3F. RGB value is (54,90,63). Sum of RGB (Red+Green+Blue) = 54+90+63=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #365A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A3F is #C9A5C0. Grayscale: #4C4C4C. Windows color (decimal): -13215169 or 4151862. OLE color: 4151862.

HSL color Cylindrical-coordinate representation of color #365A3F: hue angle of 135º 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 #365A3F is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 63 -
CMYK 0.40 0 0.30 0.65
HSL 135º 0.25% 0.28% -
HSV(B) 135º 0.4% 0.35% -
XYZ 6.07 8.46 6.01 -
YUV 76.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 54 90 63 0.40 0 0.30 0.65 135 0.25 0.28
Hex 36 5A 3F 28 0 1E 41 87 19 1C
Octal 66 132 77 50 0 36 101 207 31 34
Binary 110110 1011010 111111 101000 0 11110 1000001 10000111 11001 11100

Color Harmonies of #365A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A3F

Black with #365A3F

Text Example


Text Example

White with #365A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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