Html Css Color HEX #365D52 Spectra

📋 copy color: '#365D52'

red 54 ◦ green 93 ◦ blue 82

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

Shades of Spectra #365D52

Tints of Spectra #365D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.61%

 BLUE value IS 82 (32.42% from 255) = 35.81%

R = 23.58%
G = 40.61%
B = 35.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#365D52 (or 0x365D52) is known color: Spectra. HEX triplet: 36, 5D and 52. RGB value is (54,93,82). Sum of RGB (Red+Green+Blue) = 54+93+82=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #365D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D52 is #C9A2AD. Grayscale: #505050. Windows color (decimal): -13214382 or 5397814. OLE color: 5397814.

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

Color convert

RGB 54 93 82 -
CMYK 0.42 0 0.12 0.64
HSL 163.08º 0.27% 0.29% -
HSV(B) 163.08º 0.42% 0.36% -
XYZ 6.96 9.22 9.4 -
YUV 80.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 54 93 82 0.42 0 0.12 0.64 163.08 0.27 0.29
Hex 36 5D 52 2A 0 C 40 A3 1B 1D
Octal 66 135 122 52 0 14 100 243 33 35
Binary 110110 1011101 1010010 101010 0 1100 1000000 10100011 11011 11101

Color Harmonies of #365D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D52

Black with #365D52

Text Example


Text Example

White with #365D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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