Html Css Color HEX #365D4B Spectra

📋 copy color: '#365D4B'

red 54 ◦ green 93 ◦ blue 75

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

Shades of Spectra #365D4B

Tints of Spectra #365D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 24.32%
G = 41.89%
B = 33.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#365D4B (or 0x365D4B) is known color: Spectra. HEX triplet: 36, 5D and 4B. RGB value is (54,93,75). Sum of RGB (Red+Green+Blue) = 54+93+75=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #365D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D4B is #C9A2B4. Grayscale: #4F4F4F. Windows color (decimal): -13214389 or 4939062. OLE color: 4939062.

HSL color Cylindrical-coordinate representation of color #365D4B: hue angle of 152.31º 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 #365D4B is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 93 75 -
CMYK 0.42 0 0.19 0.64
HSL 152.31º 0.27% 0.29% -
HSV(B) 152.31º 0.42% 0.36% -
XYZ 6.71 9.12 8.06 -
YUV 79.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 54 93 75 0.42 0 0.19 0.64 152.31 0.27 0.29
Hex 36 5D 4B 2A 0 13 40 98 1B 1D
Octal 66 135 113 52 0 23 100 230 33 35
Binary 110110 1011101 1001011 101010 0 10011 1000000 10011000 11011 11101

Color Harmonies of #365D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D4B

Black with #365D4B

Text Example


Text Example

White with #365D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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