Html Css Color HEX #365F4B Plantation

📋 copy color: '#365F4B'

red 54 ◦ green 95 ◦ blue 75

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

Shades of Plantation #365F4B

Tints of Plantation #365F4B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.41%

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

R = 24.11%
G = 42.41%
B = 33.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#365F4B (or 0x365F4B) is known color: Plantation. HEX triplet: 36, 5F and 4B. RGB value is (54,95,75). Sum of RGB (Red+Green+Blue) = 54+95+75=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #365F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F4B is #C9A0B4. Grayscale: #505050. Windows color (decimal): -13213877 or 4939574. OLE color: 4939574.

HSL color Cylindrical-coordinate representation of color #365F4B: hue angle of 150.73º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F4B is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 95 75 -
CMYK 0.43 0 0.21 0.63
HSL 150.73º 0.28% 0.29% -
HSV(B) 150.73º 0.43% 0.37% -
XYZ 6.88 9.48 8.12 -
YUV 80.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 54 95 75 0.43 0 0.21 0.63 150.73 0.28 0.29
Hex 36 5F 4B 2B 0 15 3F 97 1C 1D
Octal 66 137 113 53 0 25 77 227 34 35
Binary 110110 1011111 1001011 101011 0 10101 111111 10010111 11100 11101

Color Harmonies of #365F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F4B

Black with #365F4B

Text Example


Text Example

White with #365F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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