Html Css Color HEX #37614B Plantation

📋 copy color: '#37614B'

red 55 ◦ green 97 ◦ blue 75

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

Shades of Plantation #37614B

Tints of Plantation #37614B

RGB

 RED value IS 55 (21.88% from 255) = 24.23%

 GREEN value IS 97 (38.28% from 255) = 42.73%

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

R = 24.23%
G = 42.73%
B = 33.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#37614B (or 0x37614B) is known color: Plantation. HEX triplet: 37, 61 and 4B. RGB value is (55,97,75). Sum of RGB (Red+Green+Blue) = 55+97+75=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #37614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37614B is #C89EB4. Grayscale: #515151. Windows color (decimal): -13147829 or 4940087. OLE color: 4940087.

HSL color Cylindrical-coordinate representation of color #37614B: hue angle of 148.57º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37614B is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 97 75 -
CMYK 0.43 0 0.23 0.62
HSL 148.57º 0.28% 0.3% -
HSV(B) 148.57º 0.43% 0.38% -
XYZ 7.12 9.87 8.19 -
YUV 81.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 55 97 75 0.43 0 0.23 0.62 148.57 0.28 0.3
Hex 37 61 4B 2B 0 17 3E 95 1C 1E
Octal 67 141 113 53 0 27 76 225 34 36
Binary 110111 1100001 1001011 101011 0 10111 111110 10010101 11100 11110

Color Harmonies of #37614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37614B

Black with #37614B

Text Example


Text Example

White with #37614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37614B; }

 p { color: rgb(55,97,75); }

 H1.HeaderClassName
 {
   color: #37614B;
 }
 .AnyTagClassName
 {
   color: #37614B;
 }
</style>

background-color css

<style>
 a { background-color: #37614B; }

 a { background-color: rgb(55,97,75); }

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

border-color css

<style>
 span { border-color: #37614B; }

 span { border-color: rgb(55,97,75); }

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