Html Css Color HEX #365C4E Spectra

📋 copy color: '#365C4E'

red 54 ◦ green 92 ◦ blue 78

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

Shades of Spectra #365C4E

Tints of Spectra #365C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.07%

 BLUE value IS 78 (30.86% from 255) = 34.82%

R = 24.11%
G = 41.07%
B = 34.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#365C4E (or 0x365C4E) is known color: Spectra. HEX triplet: 36, 5C and 4E. RGB value is (54,92,78). Sum of RGB (Red+Green+Blue) = 54+92+78=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 92 - color contains mainly: green. Hex color #365C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C4E is #C9A3B1. Grayscale: #4F4F4F. Windows color (decimal): -13214642 or 5135414. OLE color: 5135414.

HSL color Cylindrical-coordinate representation of color #365C4E: hue angle of 157.89º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365C4E is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 92 78 -
CMYK 0.41 0 0.15 0.64
HSL 157.89º 0.26% 0.29% -
HSV(B) 157.89º 0.41% 0.36% -
XYZ 6.72 8.99 8.59 -
YUV 79.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 54 92 78 0.41 0 0.15 0.64 157.89 0.26 0.29
Hex 36 5C 4E 29 0 F 40 9E 1A 1D
Octal 66 134 116 51 0 17 100 236 32 35
Binary 110110 1011100 1001110 101001 0 1111 1000000 10011110 11010 11101

Color Harmonies of #365C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C4E

Black with #365C4E

Text Example


Text Example

White with #365C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,92,78); }

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

background-color css

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

 a { background-color: rgb(54,92,78); }

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

border-color css

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

 span { border-color: rgb(54,92,78); }

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